#664972

Color #664972 Honey Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honey Flower #664972

Tints of Honey Flower #664972

Color information

#664972 (or 0x664972) is unknown color: approx Honey Flower. HEX triplet: 66, 49 and 72. RGB value is (102,73,114). Sum of RGB (Red+Green+Blue) = 102+73+114=289 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.29% from 289); Green value is 73 (28.91% from 255 or 25.26% from 289); Blue value is 114 (44.92% from 255 or 39.45% from 289); Max value from RGB is 114 - color contains mainly: blue. Hex color #664972 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664972 is #99B68D. Grayscale: #565656. Windows color (decimal): -10073742 or 7489894. OLE color: 7489894.

HSL color Cylindrical-coordinate representation of color #664972: hue angle of 282.44º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #664972 is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10273114-
CMYK0.110.3600.55
HSL282.44º21.93%36.67%-
HSV(B)282.44º35.96%44.71%-
XYZ10.98.817.04-
YUV86.34143.61139.17-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.29%
GREEN value IS 73 (28.91% from 255) = 25.26%
BLUE value IS 114 (44.92% from 255) = 39.45%
R=35.29%
G=25.26%
B=39.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal102731140.110.3600.55282.4421.9336.67
Hex664972B2403711a1625
Octal14611116213440674322645
Binary1100110100100111100101011100100011011110001101010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664972; }

 p { color: rgb(102,73,114); }

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

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

 a { background-color: rgb(102,73,114); }

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

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

 span { border-color: rgb(102,73,114); }

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