#664389

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

Shades of Daisy Bush #664389

Tints of Daisy Bush #664389

Color information

#664389 (or 0x664389) is unknown color: approx Daisy Bush. HEX triplet: 66, 43 and 89. RGB value is (102,67,137). Sum of RGB (Red+Green+Blue) = 102+67+137=306 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.33% from 306); Green value is 67 (26.56% from 255 or 21.90% from 306); Blue value is 137 (53.91% from 255 or 44.77% from 306); Max value from RGB is 137 - color contains mainly: blue. Hex color #664389 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664389 is #99BC76. Grayscale: #555555. Windows color (decimal): -10075255 or 8995686. OLE color: 8995686.

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

Color convert

RGB10267137-
CMYK0.260.5100.46
HSL270º34.31%40%-
HSV(B)270º51.09%53.73%-
XYZ128.6524.7-
YUV85.44157.1139.81-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.33%
GREEN value IS 67 (26.56% from 255) = 21.90%
BLUE value IS 137 (53.91% from 255) = 44.77%
R=33.33%
G=21.90%
B=44.77%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal102671370.260.5100.4627034.3140
Hex6643891A3302E10e2228
Octal14610321132630564164250
Binary1100110100001110001001110101100110101110100001110100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664389; }

 p { color: rgb(102,67,137); }

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

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

 a { background-color: rgb(102,67,137); }

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

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

 span { border-color: rgb(102,67,137); }

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