#66408D

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

Shades of Daisy Bush #66408D

Tints of Daisy Bush #66408D

Color information

#66408D (or 0x66408D) is unknown color: approx Daisy Bush. HEX triplet: 66, 40 and 8D. RGB value is (102,64,141). Sum of RGB (Red+Green+Blue) = 102+64+141=307 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.22% from 307); Green value is 64 (25.39% from 255 or 20.85% from 307); Blue value is 141 (55.47% from 255 or 45.93% from 307); Max value from RGB is 141 - color contains mainly: blue. Hex color #66408D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66408D is #99BF72. Grayscale: #535353. Windows color (decimal): -10076019 or 9257062. OLE color: 9257062.

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

Color convert

RGB10264141-
CMYK0.280.5500.45
HSL269.61º37.56%40.2%-
HSV(B)269.61º54.61%55.29%-
XYZ12.128.4126.18-
YUV84.14160.09140.74-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.22%
GREEN value IS 64 (25.39% from 255) = 20.85%
BLUE value IS 141 (55.47% from 255) = 45.93%
R=33.22%
G=20.85%
B=45.93%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal102641410.280.5500.45269.6137.5640.2
Hex66408D1C3702D10e2628
Octal14610021534670554164650
Binary1100110100000010001101111001101110101101100001110100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66408D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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