#664292

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

Shades of Daisy Bush #664292

Tints of Daisy Bush #664292

Color information

#664292 (or 0x664292) is unknown color: approx Daisy Bush. HEX triplet: 66, 42 and 92. RGB value is (102,66,146). Sum of RGB (Red+Green+Blue) = 102+66+146=314 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.48% from 314); Green value is 66 (26.17% from 255 or 21.02% from 314); Blue value is 146 (57.42% from 255 or 46.50% from 314); Max value from RGB is 146 - color contains mainly: blue. Hex color #664292 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664292 is #99BD6D. Grayscale: #555555. Windows color (decimal): -10075502 or 9585254. OLE color: 9585254.

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

Color convert

RGB10266146-
CMYK0.300.5500.43
HSL267º37.74%41.57%-
HSV(B)267º54.79%57.25%-
XYZ12.628.828.23-
YUV85.88161.93139.5-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.48%
GREEN value IS 66 (26.17% from 255) = 21.02%
BLUE value IS 146 (57.42% from 255) = 46.50%
R=32.48%
G=21.02%
B=46.50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal102661460.300.5500.4326737.7441.57
Hex6642921E3702B10b262a
Octal14610222236670534134652
Binary1100110100001010010010111101101110101011100001011100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664292; }

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

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

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

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

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

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

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

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