Html Css Color HEX #644272 Honey Flower

📋 copy color: '#644272'

red 100 ◦ green 66 ◦ blue 114

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

Shades of Honey Flower #644272

Tints of Honey Flower #644272

RGB

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

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

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

R = 35.71%
G = 23.57%
B = 40.71%

CMYK

 C value IS 0.12

 M value IS 0.42

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#644272 (or 0x644272) is known color: Honey Flower. HEX triplet: 64, 42 and 72. RGB value is (100,66,114). Sum of RGB (Red+Green+Blue) = 100+66+114=280 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.71% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 114 (44.92% from 255 or 40.71% from 280); Max value from RGB is 114 - color contains mainly: blue. Hex color #644272 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644272 is #9BBD8D. Grayscale: #515151. Windows color (decimal): -10206606 or 7488100. OLE color: 7488100.

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

Color convert

RGB 100 66 114 -
CMYK 0.12 0.42 0 0.55
HSL 282.5º 0.27% 0.35% -
HSV(B) 282.5º 0.42% 0.45% -
XYZ 10.24 7.82 16.89 -
YUV 81.64 146.26 141.1 -
System Red Green Blue C M Y K H S L
Decimal 100 66 114 0.12 0.42 0 0.55 282.5 0.27 0.35
Hex 64 42 72 C 2A 0 37 11A 1B 23
Octal 144 102 162 14 52 0 67 432 33 43
Binary 1100100 1000010 1110010 1100 101010 0 110111 100011010 11011 100011

Color Harmonies of #644272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644272

Black with #644272

Text Example


Text Example

White with #644272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644272; }

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

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

background-color css

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

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

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

border-color css

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

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

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