Html Css Color HEX #644271 Honey Flower

📋 copy color: '#644271'

red 100 ◦ green 66 ◦ blue 113

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

Shades of Honey Flower #644271

Tints of Honey Flower #644271

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.66%

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

R = 35.84%
G = 23.66%
B = 40.5%

CMYK

 C value IS 0.12

 M value IS 0.42

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#644271 (or 0x644271) is known color: Honey Flower. HEX triplet: 64, 42 and 71. RGB value is (100,66,113). Sum of RGB (Red+Green+Blue) = 100+66+113=279 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.84% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 113 (44.53% from 255 or 40.50% from 279); Max value from RGB is 113 - color contains mainly: blue. Hex color #644271 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644271 is #9BBD8E. Grayscale: #515151. Windows color (decimal): -10206607 or 7422564. OLE color: 7422564.

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

Color convert

RGB 100 66 113 -
CMYK 0.12 0.42 0 0.56
HSL 283.4º 0.26% 0.35% -
HSV(B) 283.4º 0.42% 0.44% -
XYZ 10.18 7.8 16.59 -
YUV 81.52 145.76 141.18 -
System Red Green Blue C M Y K H S L
Decimal 100 66 113 0.12 0.42 0 0.56 283.4 0.26 0.35
Hex 64 42 71 C 2A 0 38 11B 1A 23
Octal 144 102 161 14 52 0 70 433 32 43
Binary 1100100 1000010 1110001 1100 101010 0 111000 100011011 11010 100011

Color Harmonies of #644271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644271

Black with #644271

Text Example


Text Example

White with #644271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644271; }

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

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

background-color css

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

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

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

border-color css

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

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

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