Html Css Color HEX #644D71 Honey Flower

📋 copy color: '#644D71'

red 100 ◦ green 77 ◦ blue 113

#644D71
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Honey Flower #644D71

Tints of Honey Flower #644D71

RGB

 RED value IS 100 (39.45% from 255) = 34.48%

 GREEN value IS 77 (30.47% from 255) = 26.55%

 BLUE value IS 113 (44.53% from 255) = 38.97%

R = 34.48%
G = 26.55%
B = 38.97%

CMYK

 C value IS 0.12

 M value IS 0.32

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#644D71 (or 0x644D71) is known color: Honey Flower. HEX triplet: 64, 4D and 71. RGB value is (100,77,113). Sum of RGB (Red+Green+Blue) = 100+77+113=290 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.48% from 290); Green value is 77 (30.47% from 255 or 26.55% from 290); Blue value is 113 (44.53% from 255 or 38.97% from 290); Max value from RGB is 113 - color contains mainly: blue. Hex color #644D71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #644D71 is #9BB28E. Grayscale: #575757. Windows color (decimal): -10203791 or 7425380. OLE color: 7425380.

HSL color Cylindrical-coordinate representation of color #644D71: hue angle of 278.33º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #644D71 is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 100 77 113 -
CMYK 0.12 0.32 0 0.56
HSL 278.33º 0.19% 0.37% -
HSV(B) 278.33º 0.32% 0.44% -
XYZ 10.89 9.21 16.83 -
YUV 87.98 142.12 136.57 -
System Red Green Blue C M Y K H S L
Decimal 100 77 113 0.12 0.32 0 0.56 278.33 0.19 0.37
Hex 64 4D 71 C 20 0 38 116 13 25
Octal 144 115 161 14 40 0 70 426 23 45
Binary 1100100 1001101 1110001 1100 100000 0 111000 100010110 10011 100101

Color Harmonies of #644D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644D71

Black with #644D71

Text Example


Text Example

White with #644D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,77,113); }

 H1.HeaderClassName
 {
   color: #644D71;
 }
 .AnyTagClassName
 {
   color: #644D71;
 }
</style>

background-color css

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

 a { background-color: rgb(100,77,113); }

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

border-color css

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

 span { border-color: rgb(100,77,113); }

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