#61408E

Color #61408E Daisy Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Daisy Bush #61408E

Tints of Daisy Bush #61408E

Color information

#61408E (or 0x61408E) is unknown color: approx Daisy Bush. HEX triplet: 61, 40 and 8E. RGB value is (97,64,142). Sum of RGB (Red+Green+Blue) = 97+64+142=303 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.01% from 303); Green value is 64 (25.39% from 255 or 21.12% from 303); Blue value is 142 (55.86% from 255 or 46.86% from 303); Max value from RGB is 142 - color contains mainly: blue. Hex color #61408E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61408E is #9EBF71. Grayscale: #525252. Windows color (decimal): -10403698 or 9322593. OLE color: 9322593.

HSL color Cylindrical-coordinate representation of color #61408E: hue angle of 265.38º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61408E is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9764142-
CMYK0.320.5500.44
HSL265.38º37.86%40.39%-
HSV(B)265.38º54.93%55.69%-
XYZ11.658.1626.55-
YUV82.76161.43138.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 97 (38.28% from 255) = 32.01%
GREEN value IS 64 (25.39% from 255) = 21.12%
BLUE value IS 142 (55.86% from 255) = 46.86%
R=32.01%
G=21.12%
B=46.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal97641420.320.5500.44265.3837.8640.39
Hex61408E203702C1092628
Octal14110021640670544114650
Binary11000011000000100011101000001101110101100100001001100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61408E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61408E; }

 p { color: rgb(97,64,142); }

 H1.HeaderClassName
 {
   color: #61408E;
 }
 .AnyTagClassName
 {
   color: #61408E;
 }
</style>
background-color css

<style>
 a { background-color: #61408E; }

 a { background-color: rgb(97,64,142); }

 div.DivClassName
 {
   background-color: #61408E;
 }
 .BgClassName
 {
   background-color: #61408E;
 }
</style>
border-color css

<style>
 span { border-color: #61408E; }

 span { border-color: rgb(97,64,142); }

 td.TdClassName
 {
   border-color: #61408E;
 }
 .TagClassName
 {
   border-color: #61408E;
 }
</style>