#66418E

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

Shades of Daisy Bush #66418E

Tints of Daisy Bush #66418E

Color information

#66418E (or 0x66418E) is unknown color: approx Daisy Bush. HEX triplet: 66, 41 and 8E. RGB value is (102,65,142). Sum of RGB (Red+Green+Blue) = 102+65+142=309 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.01% from 309); Green value is 65 (25.78% from 255 or 21.04% from 309); Blue value is 142 (55.86% from 255 or 45.95% from 309); Max value from RGB is 142 - color contains mainly: blue. Hex color #66418E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66418E is #99BE71. Grayscale: #545454. Windows color (decimal): -10075762 or 9322854. OLE color: 9322854.

HSL color Cylindrical-coordinate representation of color #66418E: hue angle of 268.83º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66418E is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10265142-
CMYK0.280.5400.44
HSL268.83º37.2%40.59%-
HSV(B)268.83º54.23%55.69%-
XYZ12.258.5626.6-
YUV84.84160.26140.24-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.01%
GREEN value IS 65 (25.78% from 255) = 21.04%
BLUE value IS 142 (55.86% from 255) = 45.95%
R=33.01%
G=21.04%
B=45.95%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal102651420.280.5400.44268.8337.240.59
Hex66418E1C3602C10d2529
Octal14610121634660544154551
Binary1100110100000110001110111001101100101100100001101100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66418E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,65,142); }

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

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

 a { background-color: rgb(102,65,142); }

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

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

 span { border-color: rgb(102,65,142); }

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