#644477

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

Shades of Honey Flower #644477

Tints of Honey Flower #644477

Color information

#644477 (or 0x644477) is unknown color: approx Honey Flower. HEX triplet: 64, 44 and 77. RGB value is (100,68,119). Sum of RGB (Red+Green+Blue) = 100+68+119=287 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.84% from 287); Green value is 68 (26.95% from 255 or 23.69% from 287); Blue value is 119 (46.88% from 255 or 41.46% from 287); Max value from RGB is 119 - color contains mainly: blue. Hex color #644477 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644477 is #9BBB88. Grayscale: #535353. Windows color (decimal): -10206089 or 7816292. OLE color: 7816292.

HSL color Cylindrical-coordinate representation of color #644477: hue angle of 277.65º 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 #644477 is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10068119-
CMYK0.160.4300.53
HSL277.65º27.27%36.67%-
HSV(B)277.65º42.86%46.67%-
XYZ10.658.1818.47-
YUV83.38148.1139.85-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.84%
GREEN value IS 68 (26.95% from 255) = 23.69%
BLUE value IS 119 (46.88% from 255) = 41.46%
R=34.84%
G=23.69%
B=41.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal100681190.160.4300.53277.6527.2736.67
Hex644477102B0351161b25
Octal14410416720530654263345
Binary11001001000100111011110000101011011010110001011011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644477; }

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

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

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

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

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

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

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

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