#66408B

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

Shades of Daisy Bush #66408B

Tints of Daisy Bush #66408B

Color information

#66408B (or 0x66408B) is unknown color: approx Daisy Bush. HEX triplet: 66, 40 and 8B. RGB value is (102,64,139). Sum of RGB (Red+Green+Blue) = 102+64+139=305 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.44% from 305); Green value is 64 (25.39% from 255 or 20.98% from 305); Blue value is 139 (54.69% from 255 or 45.57% from 305); Max value from RGB is 139 - color contains mainly: blue. Hex color #66408B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66408B is #99BF74. Grayscale: #535353. Windows color (decimal): -10076021 or 9125990. OLE color: 9125990.

HSL color Cylindrical-coordinate representation of color #66408B: hue angle of 270.4º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66408B is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10264139-
CMYK0.270.5400.45
HSL270.4º36.95%39.8%-
HSV(B)270.4º53.96%54.51%-
XYZ11.978.3625.41-
YUV83.91159.09140.9-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.44%
GREEN value IS 64 (25.39% from 255) = 20.98%
BLUE value IS 139 (54.69% from 255) = 45.57%
R=33.44%
G=20.98%
B=45.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal102641390.270.5400.45270.436.9539.8
Hex66408B1B3602D10e2528
Octal14610021333660554164550
Binary1100110100000010001011110111101100101101100001110100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66408B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66408B; }

 p { color: rgb(102,64,139); }

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

<style>
 a { background-color: #66408B; }

 a { background-color: rgb(102,64,139); }

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

<style>
 span { border-color: #66408B; }

 span { border-color: rgb(102,64,139); }

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