#64466C

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

Shades of Honey Flower #64466C

Tints of Honey Flower #64466C

Color information

#64466C (or 0x64466C) is unknown color: approx Honey Flower. HEX triplet: 64, 46 and 6C. RGB value is (100,70,108). Sum of RGB (Red+Green+Blue) = 100+70+108=278 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.97% from 278); Green value is 70 (27.73% from 255 or 25.18% from 278); Blue value is 108 (42.58% from 255 or 38.85% from 278); Max value from RGB is 108 - color contains mainly: blue. Hex color #64466C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64466C is #9BB993. Grayscale: #535353. Windows color (decimal): -10205588 or 7095908. OLE color: 7095908.

HSL color Cylindrical-coordinate representation of color #64466C: hue angle of 287.37º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #64466C is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10070108-
CMYK0.070.3500.58
HSL287.37º21.35%34.9%-
HSV(B)287.37º35.19%42.35%-
XYZ10.158.1715.23-
YUV83.3141.94139.91-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.97%
GREEN value IS 70 (27.73% from 255) = 25.18%
BLUE value IS 108 (42.58% from 255) = 38.85%
R=35.97%
G=25.18%
B=38.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal100701080.070.3500.58287.3721.3534.9
Hex64466C72303A11f1523
Octal1441061547430724372543
Binary110010010001101101100111100011011101010001111110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64466C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64466C; }

 p { color: rgb(100,70,108); }

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

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

 a { background-color: rgb(100,70,108); }

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

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

 span { border-color: rgb(100,70,108); }

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