#664477

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

Shades of Honey Flower #664477

Tints of Honey Flower #664477

Color information

#664477 (or 0x664477) is unknown color: approx Honey Flower. HEX triplet: 66, 44 and 77. RGB value is (102,68,119). Sum of RGB (Red+Green+Blue) = 102+68+119=289 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.29% from 289); Green value is 68 (26.95% from 255 or 23.53% from 289); Blue value is 119 (46.88% from 255 or 41.18% from 289); Max value from RGB is 119 - color contains mainly: blue. Hex color #664477 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664477 is #99BB88. Grayscale: #535353. Windows color (decimal): -10075017 or 7816294. OLE color: 7816294.

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

Color convert

RGB10268119-
CMYK0.140.4300.53
HSL280º27.27%36.67%-
HSV(B)280º42.86%46.67%-
XYZ10.888.2918.48-
YUV83.98147.76140.85-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.29%
GREEN value IS 68 (26.95% from 255) = 23.53%
BLUE value IS 119 (46.88% from 255) = 41.18%
R=35.29%
G=23.53%
B=41.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal102681190.140.4300.5328027.2736.67
Hex664477E2B0351181b25
Octal14610416716530654303345
Binary1100110100010011101111110101011011010110001100011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664477; }

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

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

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

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

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

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

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

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