Html Css Color HEX #644072 Honey Flower

📋 copy color: '#644072'

red 100 ◦ green 64 ◦ blue 114

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

Shades of Honey Flower #644072

Tints of Honey Flower #644072

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.02%

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

R = 35.97%
G = 23.02%
B = 41.01%

CMYK

 C value IS 0.12

 M value IS 0.44

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#644072 (or 0x644072) is known color: Honey Flower. HEX triplet: 64, 40 and 72. RGB value is (100,64,114). Sum of RGB (Red+Green+Blue) = 100+64+114=278 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.97% from 278); Green value is 64 (25.39% from 255 or 23.02% from 278); Blue value is 114 (44.92% from 255 or 41.01% from 278); Max value from RGB is 114 - color contains mainly: blue. Hex color #644072 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644072 is #9BBF8D. Grayscale: #505050. Windows color (decimal): -10207118 or 7487588. OLE color: 7487588.

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

Color convert

RGB 100 64 114 -
CMYK 0.12 0.44 0 0.55
HSL 283.2º 0.28% 0.35% -
HSV(B) 283.2º 0.44% 0.45% -
XYZ 10.13 7.59 16.85 -
YUV 80.46 146.93 141.93 -
System Red Green Blue C M Y K H S L
Decimal 100 64 114 0.12 0.44 0 0.55 283.2 0.28 0.35
Hex 64 40 72 C 2C 0 37 11B 1C 23
Octal 144 100 162 14 54 0 67 433 34 43
Binary 1100100 1000000 1110010 1100 101100 0 110111 100011011 11100 100011

Color Harmonies of #644072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644072

Black with #644072

Text Example


Text Example

White with #644072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644072; }

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

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

background-color css

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

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

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

border-color css

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

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

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