#644A6F

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

Shades of Honey Flower #644A6F

Tints of Honey Flower #644A6F

Color information

#644A6F (or 0x644A6F) is unknown color: approx Honey Flower. HEX triplet: 64, 4A and 6F. RGB value is (100,74,111). Sum of RGB (Red+Green+Blue) = 100+74+111=285 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.09% from 285); Green value is 74 (29.30% from 255 or 25.96% from 285); Blue value is 111 (43.75% from 255 or 38.95% from 285); Max value from RGB is 111 - color contains mainly: blue. Hex color #644A6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644A6F is #9BB590. Grayscale: #555555. Windows color (decimal): -10204561 or 7293540. OLE color: 7293540.

HSL color Cylindrical-coordinate representation of color #644A6F: hue angle of 282.16º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #644A6F is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10074111-
CMYK0.100.3300.56
HSL282.16º20%36.27%-
HSV(B)282.16º33.33%43.53%-
XYZ10.578.7516.17-
YUV85.99142.11137.99-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.09%
GREEN value IS 74 (29.30% from 255) = 25.96%
BLUE value IS 111 (43.75% from 255) = 38.95%
R=35.09%
G=25.96%
B=38.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal100741110.100.3300.56282.162036.27
Hex644A6FA2103811a1424
Octal14411215712410704322444
Binary1100100100101011011111010100001011100010001101010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644A6F; }

 p { color: rgb(100,74,111); }

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

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

 a { background-color: rgb(100,74,111); }

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

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

 span { border-color: rgb(100,74,111); }

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