Html Css Color HEX #644972 Honey Flower

📋 copy color: '#644972'

red 100 ◦ green 73 ◦ blue 114

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

Shades of Honey Flower #644972

Tints of Honey Flower #644972

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.44%

 BLUE value IS 114 (44.92% from 255) = 39.72%

R = 34.84%
G = 25.44%
B = 39.72%

CMYK

 C value IS 0.12

 M value IS 0.36

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#644972 (or 0x644972) is known color: Honey Flower. HEX triplet: 64, 49 and 72. RGB value is (100,73,114). Sum of RGB (Red+Green+Blue) = 100+73+114=287 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.84% from 287); Green value is 73 (28.91% from 255 or 25.44% from 287); Blue value is 114 (44.92% from 255 or 39.72% from 287); Max value from RGB is 114 - color contains mainly: blue. Hex color #644972 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644972 is #9BB68D. Grayscale: #555555. Windows color (decimal): -10204814 or 7489892. OLE color: 7489892.

HSL color Cylindrical-coordinate representation of color #644972: hue angle of 279.51º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #644972 is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 100 73 114 -
CMYK 0.12 0.36 0 0.55
HSL 279.51º 0.22% 0.37% -
HSV(B) 279.51º 0.36% 0.45% -
XYZ 10.68 8.69 17.03 -
YUV 85.75 143.95 138.17 -
System Red Green Blue C M Y K H S L
Decimal 100 73 114 0.12 0.36 0 0.55 279.51 0.22 0.37
Hex 64 49 72 C 24 0 37 118 16 25
Octal 144 111 162 14 44 0 67 430 26 45
Binary 1100100 1001001 1110010 1100 100100 0 110111 100011000 10110 100101

Color Harmonies of #644972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644972

Black with #644972

Text Example


Text Example

White with #644972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644972; }

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

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

background-color css

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

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

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

border-color css

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

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

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