Html Css Color HEX #644574 Honey Flower

📋 copy color: '#644574'

red 100 ◦ green 69 ◦ blue 116

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

Shades of Honey Flower #644574

Tints of Honey Flower #644574

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.21%

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

R = 35.09%
G = 24.21%
B = 40.7%

CMYK

 C value IS 0.14

 M value IS 0.41

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#644574 (or 0x644574) is known color: Honey Flower. HEX triplet: 64, 45 and 74. RGB value is (100,69,116). Sum of RGB (Red+Green+Blue) = 100+69+116=285 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.09% from 285); Green value is 69 (27.34% from 255 or 24.21% from 285); Blue value is 116 (45.70% from 255 or 40.70% from 285); Max value from RGB is 116 - color contains mainly: blue. Hex color #644574 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644574 is #9BBA8B. Grayscale: #535353. Windows color (decimal): -10205836 or 7619940. OLE color: 7619940.

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

Color convert

RGB 100 69 116 -
CMYK 0.14 0.41 0 0.55
HSL 279.57º 0.25% 0.36% -
HSV(B) 279.57º 0.41% 0.45% -
XYZ 10.54 8.23 17.56 -
YUV 83.63 146.27 139.68 -
System Red Green Blue C M Y K H S L
Decimal 100 69 116 0.14 0.41 0 0.55 279.57 0.25 0.36
Hex 64 45 74 E 29 0 37 118 19 24
Octal 144 105 164 16 51 0 67 430 31 44
Binary 1100100 1000101 1110100 1110 101001 0 110111 100011000 11001 100100

Color Harmonies of #644574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644574

Black with #644574

Text Example


Text Example

White with #644574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644574; }

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

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

background-color css

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

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

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

border-color css

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

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

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