#664291

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

Shades of Daisy Bush #664291

Tints of Daisy Bush #664291

Color information

#664291 (or 0x664291) is unknown color: approx Daisy Bush. HEX triplet: 66, 42 and 91. RGB value is (102,66,145). Sum of RGB (Red+Green+Blue) = 102+66+145=313 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.59% from 313); Green value is 66 (26.17% from 255 or 21.09% from 313); Blue value is 145 (57.03% from 255 or 46.33% from 313); Max value from RGB is 145 - color contains mainly: blue. Hex color #664291 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664291 is #99BD6E. Grayscale: #555555. Windows color (decimal): -10075503 or 9519718. OLE color: 9519718.

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

Color convert

RGB10266145-
CMYK0.300.5400.43
HSL267.34º37.44%41.37%-
HSV(B)267.34º54.48%56.86%-
XYZ12.548.7727.82-
YUV85.77161.43139.58-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.59%
GREEN value IS 66 (26.17% from 255) = 21.09%
BLUE value IS 145 (57.03% from 255) = 46.33%
R=32.59%
G=21.09%
B=46.33%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal102661450.300.5400.43267.3437.4441.37
Hex6642911E3602B10b2529
Octal14610222136660534134551
Binary1100110100001010010001111101101100101011100001011100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664291; }

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

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

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

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

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

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

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

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