#664092

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

Shades of Daisy Bush #664092

Tints of Daisy Bush #664092

Color information

#664092 (or 0x664092) is unknown color: approx Daisy Bush. HEX triplet: 66, 40 and 92. RGB value is (102,64,146). Sum of RGB (Red+Green+Blue) = 102+64+146=312 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.69% from 312); Green value is 64 (25.39% from 255 or 20.51% from 312); Blue value is 146 (57.42% from 255 or 46.79% from 312); Max value from RGB is 146 - color contains mainly: blue. Hex color #664092 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664092 is #99BF6D. Grayscale: #545454. Windows color (decimal): -10076014 or 9584742. OLE color: 9584742.

HSL color Cylindrical-coordinate representation of color #664092: hue angle of 267.8º 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 #664092 is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10264146-
CMYK0.300.5600.43
HSL267.8º39.05%41.18%-
HSV(B)267.8º56.16%57.25%-
XYZ12.58.5728.19-
YUV84.71162.59140.33-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.69%
GREEN value IS 64 (25.39% from 255) = 20.51%
BLUE value IS 146 (57.42% from 255) = 46.79%
R=32.69%
G=20.51%
B=46.79%

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
Decimal102641460.300.5600.43267.839.0541.18
Hex6640921E3802B10c2729
Octal14610022236700534144751
Binary1100110100000010010010111101110000101011100001100100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664092; }

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

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

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

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

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

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

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

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