#664077

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

Shades of Honey Flower #664077

Tints of Honey Flower #664077

Color information

#664077 (or 0x664077) is unknown color: approx Honey Flower. HEX triplet: 66, 40 and 77. RGB value is (102,64,119). Sum of RGB (Red+Green+Blue) = 102+64+119=285 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.79% from 285); Green value is 64 (25.39% from 255 or 22.46% from 285); Blue value is 119 (46.88% from 255 or 41.75% from 285); Max value from RGB is 119 - color contains mainly: blue. Hex color #664077 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664077 is #99BF88. Grayscale: #515151. Windows color (decimal): -10076041 or 7815270. OLE color: 7815270.

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

Color convert

RGB10264119-
CMYK0.140.4600.53
HSL281.45º30.05%35.88%-
HSV(B)281.45º46.22%46.67%-
XYZ10.647.8218.4-
YUV81.63149.09142.53-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.79%
GREEN value IS 64 (25.39% from 255) = 22.46%
BLUE value IS 119 (46.88% from 255) = 41.75%
R=35.79%
G=22.46%
B=41.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal102641190.140.4600.53281.4530.0535.88
Hex664077E2E0351191e24
Octal14610016716560654313644
Binary1100110100000011101111110101110011010110001100111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664077; }

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

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

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

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

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

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

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

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