#664189

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

Shades of Daisy Bush #664189

Tints of Daisy Bush #664189

Color information

#664189 (or 0x664189) is unknown color: approx Daisy Bush. HEX triplet: 66, 41 and 89. RGB value is (102,65,137). Sum of RGB (Red+Green+Blue) = 102+65+137=304 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.55% from 304); Green value is 65 (25.78% from 255 or 21.38% from 304); Blue value is 137 (53.91% from 255 or 45.07% from 304); Max value from RGB is 137 - color contains mainly: blue. Hex color #664189 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664189 is #99BE76. Grayscale: #545454. Windows color (decimal): -10075767 or 8995174. OLE color: 8995174.

HSL color Cylindrical-coordinate representation of color #664189: hue angle of 270.83º 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 #664189 is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10265137-
CMYK0.260.5300.46
HSL270.83º35.64%39.61%-
HSV(B)270.83º52.55%53.73%-
XYZ11.898.4124.66-
YUV84.27157.76140.65-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.55%
GREEN value IS 65 (25.78% from 255) = 21.38%
BLUE value IS 137 (53.91% from 255) = 45.07%
R=33.55%
G=21.38%
B=45.07%

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
Decimal102651370.260.5300.46270.8335.6439.61
Hex6641891A3502E10f2428
Octal14610121132650564174450
Binary1100110100000110001001110101101010101110100001111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664189; }

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

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

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

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

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

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

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

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