Html Css Color HEX #644974 Honey Flower

📋 copy color: '#644974'

red 100 ◦ green 73 ◦ blue 116

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

Shades of Honey Flower #644974

Tints of Honey Flower #644974

RGB

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

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

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

R = 34.6%
G = 25.26%
B = 40.14%

CMYK

 C value IS 0.14

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#644974 (or 0x644974) is known color: Honey Flower. HEX triplet: 64, 49 and 74. RGB value is (100,73,116). Sum of RGB (Red+Green+Blue) = 100+73+116=289 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.60% from 289); Green value is 73 (28.91% from 255 or 25.26% from 289); Blue value is 116 (45.70% from 255 or 40.14% from 289); Max value from RGB is 116 - color contains mainly: blue. Hex color #644974 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644974 is #9BB68B. Grayscale: #555555. Windows color (decimal): -10204812 or 7620964. OLE color: 7620964.

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

Color convert

RGB 100 73 116 -
CMYK 0.14 0.37 0 0.55
HSL 277.67º 0.23% 0.37% -
HSV(B) 277.67º 0.37% 0.45% -
XYZ 10.79 8.74 17.64 -
YUV 85.98 144.95 138 -
System Red Green Blue C M Y K H S L
Decimal 100 73 116 0.14 0.37 0 0.55 277.67 0.23 0.37
Hex 64 49 74 E 25 0 37 116 17 25
Octal 144 111 164 16 45 0 67 426 27 45
Binary 1100100 1001001 1110100 1110 100101 0 110111 100010110 10111 100101

Color Harmonies of #644974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644974

Black with #644974

Text Example


Text Example

White with #644974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644974; }

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

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

background-color css

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

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

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

border-color css

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

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

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