#644976

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

Shades of Honey Flower #644976

Tints of Honey Flower #644976

Color information

#644976 (or 0x644976) is unknown color: approx Honey Flower. HEX triplet: 64, 49 and 76. RGB value is (100,73,118). Sum of RGB (Red+Green+Blue) = 100+73+118=291 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.36% from 291); Green value is 73 (28.91% from 255 or 25.09% from 291); Blue value is 118 (46.48% from 255 or 40.55% from 291); Max value from RGB is 118 - color contains mainly: blue. Hex color #644976 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644976 is #9BB689. Grayscale: #565656. Windows color (decimal): -10204810 or 7752036. OLE color: 7752036.

HSL color Cylindrical-coordinate representation of color #644976: hue angle of 276º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #644976 is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10073118-
CMYK0.150.3800.54
HSL276º23.56%37.45%-
HSV(B)276º38.14%46.27%-
XYZ10.918.7818.26-
YUV86.2145.95137.84-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.36%
GREEN value IS 73 (28.91% from 255) = 25.09%
BLUE value IS 118 (46.48% from 255) = 40.55%
R=34.36%
G=25.09%
B=40.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal100731180.150.3800.5427623.5637.45
Hex644976F260361141825
Octal14411116617460664243045
Binary1100100100100111101101111100110011011010001010011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644976; }

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

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

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

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

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

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

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

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