#64496E

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

Shades of Honey Flower #64496E

Tints of Honey Flower #64496E

Color information

#64496E (or 0x64496E) is unknown color: approx Honey Flower. HEX triplet: 64, 49 and 6E. RGB value is (100,73,110). Sum of RGB (Red+Green+Blue) = 100+73+110=283 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.34% from 283); Green value is 73 (28.91% from 255 or 25.80% from 283); Blue value is 110 (43.36% from 255 or 38.87% from 283); Max value from RGB is 110 - color contains mainly: blue. Hex color #64496E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64496E is #9BB691. Grayscale: #555555. Windows color (decimal): -10204818 or 7227748. OLE color: 7227748.

HSL color Cylindrical-coordinate representation of color #64496E: hue angle of 283.78º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #64496E is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10073110-
CMYK0.090.3400.57
HSL283.78º20.22%35.88%-
HSV(B)283.78º33.64%43.14%-
XYZ10.458.615.86-
YUV85.29141.95138.49-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.34%
GREEN value IS 73 (28.91% from 255) = 25.80%
BLUE value IS 110 (43.36% from 255) = 38.87%
R=35.34%
G=25.80%
B=38.87%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal100731100.090.3400.57283.7820.2235.88
Hex64496E92203911c1424
Octal14411115611420714342444
Binary1100100100100111011101001100010011100110001110010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64496E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64496E; }

 p { color: rgb(100,73,110); }

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

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

 a { background-color: rgb(100,73,110); }

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

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

 span { border-color: rgb(100,73,110); }

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