#664079

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

Shades of Honey Flower #664079

Tints of Honey Flower #664079

Color information

#664079 (or 0x664079) is unknown color: approx Honey Flower. HEX triplet: 66, 40 and 79. RGB value is (102,64,121). Sum of RGB (Red+Green+Blue) = 102+64+121=287 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.54% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 121 (47.66% from 255 or 42.16% from 287); Max value from RGB is 121 - color contains mainly: blue. Hex color #664079 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664079 is #99BF86. Grayscale: #515151. Windows color (decimal): -10076039 or 7946342. OLE color: 7946342.

HSL color Cylindrical-coordinate representation of color #664079: hue angle of 280º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #664079 is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10264121-
CMYK0.160.4700.53
HSL280º30.81%36.27%-
HSV(B)280º47.11%47.45%-
XYZ10.767.8719.04-
YUV81.86150.09142.37-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.54%
GREEN value IS 64 (25.39% from 255) = 22.30%
BLUE value IS 121 (47.66% from 255) = 42.16%
R=35.54%
G=22.30%
B=42.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal102641210.160.4700.5328030.8136.27
Hex664079102F0351181f24
Octal14610017120570654303744
Binary11001101000000111100110000101111011010110001100011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664079; }

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

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

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

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

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

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

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

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