#664491

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

Shades of Daisy Bush #664491

Tints of Daisy Bush #664491

Color information

#664491 (or 0x664491) is unknown color: approx Daisy Bush. HEX triplet: 66, 44 and 91. RGB value is (102,68,145). Sum of RGB (Red+Green+Blue) = 102+68+145=315 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.38% from 315); Green value is 68 (26.95% from 255 or 21.59% from 315); Blue value is 145 (57.03% from 255 or 46.03% from 315); Max value from RGB is 145 - color contains mainly: blue. Hex color #664491 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664491 is #99BB6E. Grayscale: #565656. Windows color (decimal): -10074991 or 9520230. OLE color: 9520230.

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

Color convert

RGB10268145-
CMYK0.300.5300.43
HSL266.49º36.15%41.76%-
HSV(B)266.49º53.1%56.86%-
XYZ12.66927.86-
YUV86.94160.76138.74-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.38%
GREEN value IS 68 (26.95% from 255) = 21.59%
BLUE value IS 145 (57.03% from 255) = 46.03%
R=32.38%
G=21.59%
B=46.03%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal102681450.300.5300.43266.4936.1541.76
Hex6644911E3502B10a242a
Octal14610422136650534124452
Binary1100110100010010010001111101101010101011100001010100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664491; }

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

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

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

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

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

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

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

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