Html Css Color HEX #644D74 Honey Flower

📋 copy color: '#644D74'

red 100 ◦ green 77 ◦ blue 116

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

Shades of Honey Flower #644D74

Tints of Honey Flower #644D74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 39.59%

R = 34.13%
G = 26.28%
B = 39.59%

CMYK

 C value IS 0.14

 M value IS 0.34

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#644D74 (or 0x644D74) is known color: Honey Flower. HEX triplet: 64, 4D and 74. RGB value is (100,77,116). Sum of RGB (Red+Green+Blue) = 100+77+116=293 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.13% from 293); Green value is 77 (30.47% from 255 or 26.28% from 293); Blue value is 116 (45.70% from 255 or 39.59% from 293); Max value from RGB is 116 - color contains mainly: blue. Hex color #644D74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #644D74 is #9BB28B. Grayscale: #585858. Windows color (decimal): -10203788 or 7621988. OLE color: 7621988.

HSL color Cylindrical-coordinate representation of color #644D74: hue angle of 275.38º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #644D74 is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 100 77 116 -
CMYK 0.14 0.34 0 0.55
HSL 275.38º 0.2% 0.38% -
HSV(B) 275.38º 0.34% 0.45% -
XYZ 11.06 9.28 17.73 -
YUV 88.32 143.62 136.33 -
System Red Green Blue C M Y K H S L
Decimal 100 77 116 0.14 0.34 0 0.55 275.38 0.2 0.38
Hex 64 4D 74 E 22 0 37 113 14 26
Octal 144 115 164 16 42 0 67 423 24 46
Binary 1100100 1001101 1110100 1110 100010 0 110111 100010011 10100 100110

Color Harmonies of #644D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644D74

Black with #644D74

Text Example


Text Example

White with #644D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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