#664591

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

Shades of Daisy Bush #664591

Tints of Daisy Bush #664591

Color information

#664591 (or 0x664591) is unknown color: approx Daisy Bush. HEX triplet: 66, 45 and 91. RGB value is (102,69,145). Sum of RGB (Red+Green+Blue) = 102+69+145=316 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.28% from 316); Green value is 69 (27.34% from 255 or 21.84% from 316); Blue value is 145 (57.03% from 255 or 45.89% from 316); Max value from RGB is 145 - color contains mainly: blue. Hex color #664591 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664591 is #99BA6E. Grayscale: #575757. Windows color (decimal): -10074735 or 9520486. OLE color: 9520486.

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

Color convert

RGB10269145-
CMYK0.300.5200.43
HSL266.05º35.51%41.96%-
HSV(B)266.05º52.41%56.86%-
XYZ12.729.1327.88-
YUV87.53160.43138.32-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.28%
GREEN value IS 69 (27.34% from 255) = 21.84%
BLUE value IS 145 (57.03% from 255) = 45.89%
R=32.28%
G=21.84%
B=45.89%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal102691450.300.5200.43266.0535.5141.96
Hex6645911E3402B10a242a
Octal14610522136640534124452
Binary1100110100010110010001111101101000101011100001010100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664591; }

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

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

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

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

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

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

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

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