Html Css Color HEX #644071 Honey Flower

📋 copy color: '#644071'

red 100 ◦ green 64 ◦ blue 113

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

Shades of Honey Flower #644071

Tints of Honey Flower #644071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 40.79%

R = 36.1%
G = 23.1%
B = 40.79%

CMYK

 C value IS 0.12

 M value IS 0.43

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#644071 (or 0x644071) is known color: Honey Flower. HEX triplet: 64, 40 and 71. RGB value is (100,64,113). Sum of RGB (Red+Green+Blue) = 100+64+113=277 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.10% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 113 (44.53% from 255 or 40.79% from 277); Max value from RGB is 113 - color contains mainly: blue. Hex color #644071 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644071 is #9BBF8E. Grayscale: #505050. Windows color (decimal): -10207119 or 7422052. OLE color: 7422052.

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

Color convert

RGB 100 64 113 -
CMYK 0.12 0.43 0 0.56
HSL 284.08º 0.28% 0.35% -
HSV(B) 284.08º 0.43% 0.44% -
XYZ 10.07 7.57 16.55 -
YUV 80.35 146.43 142.02 -
System Red Green Blue C M Y K H S L
Decimal 100 64 113 0.12 0.43 0 0.56 284.08 0.28 0.35
Hex 64 40 71 C 2B 0 38 11C 1C 23
Octal 144 100 161 14 53 0 70 434 34 43
Binary 1100100 1000000 1110001 1100 101011 0 111000 100011100 11100 100011

Color Harmonies of #644071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644071

Black with #644071

Text Example


Text Example

White with #644071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644071; }

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

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

background-color css

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

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

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

border-color css

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

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

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