#664091

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

Shades of Daisy Bush #664091

Tints of Daisy Bush #664091

Color information

#664091 (or 0x664091) is unknown color: approx Daisy Bush. HEX triplet: 66, 40 and 91. RGB value is (102,64,145). Sum of RGB (Red+Green+Blue) = 102+64+145=311 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.80% from 311); Green value is 64 (25.39% from 255 or 20.58% from 311); Blue value is 145 (57.03% from 255 or 46.62% from 311); Max value from RGB is 145 - color contains mainly: blue. Hex color #664091 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664091 is #99BF6E. Grayscale: #545454. Windows color (decimal): -10076015 or 9519206. OLE color: 9519206.

HSL color Cylindrical-coordinate representation of color #664091: hue angle of 268.15º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #664091 is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10264145-
CMYK0.300.5600.43
HSL268.15º38.76%40.98%-
HSV(B)268.15º55.86%56.86%-
XYZ12.428.5427.78-
YUV84.6162.09140.41-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.80%
GREEN value IS 64 (25.39% from 255) = 20.58%
BLUE value IS 145 (57.03% from 255) = 46.62%
R=32.80%
G=20.58%
B=46.62%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal102641450.300.5600.43268.1538.7640.98
Hex6640911E3802B10c2729
Octal14610022136700534144751
Binary1100110100000010010001111101110000101011100001100100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664091; }

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

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

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

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

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

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

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

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