#664774

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

Shades of Honey Flower #664774

Tints of Honey Flower #664774

Color information

#664774 (or 0x664774) is unknown color: approx Honey Flower. HEX triplet: 66, 47 and 74. RGB value is (102,71,116). Sum of RGB (Red+Green+Blue) = 102+71+116=289 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.29% from 289); Green value is 71 (28.12% from 255 or 24.57% from 289); Blue value is 116 (45.70% from 255 or 40.14% from 289); Max value from RGB is 116 - color contains mainly: blue. Hex color #664774 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664774 is #99B88B. Grayscale: #555555. Windows color (decimal): -10074252 or 7620454. OLE color: 7620454.

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

Color convert

RGB10271116-
CMYK0.120.3900.55
HSL281.33º24.06%36.67%-
HSV(B)281.33º38.79%45.49%-
XYZ10.898.5917.61-
YUV85.4145.27139.84-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.29%
GREEN value IS 71 (28.12% from 255) = 24.57%
BLUE value IS 116 (45.70% from 255) = 40.14%
R=35.29%
G=24.57%
B=40.14%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal102711160.120.3900.55281.3324.0636.67
Hex664774C270371191825
Octal14610716414470674313045
Binary1100110100011111101001100100111011011110001100111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664774; }

 p { color: rgb(102,71,116); }

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

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

 a { background-color: rgb(102,71,116); }

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

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

 span { border-color: rgb(102,71,116); }

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