#66418A

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

Shades of Daisy Bush #66418A

Tints of Daisy Bush #66418A

Color information

#66418A (or 0x66418A) is unknown color: approx Daisy Bush. HEX triplet: 66, 41 and 8A. RGB value is (102,65,138). Sum of RGB (Red+Green+Blue) = 102+65+138=305 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.44% from 305); Green value is 65 (25.78% from 255 or 21.31% from 305); Blue value is 138 (54.30% from 255 or 45.25% from 305); Max value from RGB is 138 - color contains mainly: blue. Hex color #66418A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66418A is #99BE75. Grayscale: #545454. Windows color (decimal): -10075766 or 9060710. OLE color: 9060710.

HSL color Cylindrical-coordinate representation of color #66418A: hue angle of 270.41º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66418A is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10265138-
CMYK0.260.5300.46
HSL270.41º35.96%39.8%-
HSV(B)270.41º52.9%54.12%-
XYZ11.968.4425.04-
YUV84.38158.26140.56-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.44%
GREEN value IS 65 (25.78% from 255) = 21.31%
BLUE value IS 138 (54.30% from 255) = 45.25%
R=33.44%
G=21.31%
B=45.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal102651380.260.5300.46270.4135.9639.8
Hex66418A1A3502E10e2428
Octal14610121232650564164450
Binary1100110100000110001010110101101010101110100001110100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66418A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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