Html Css Color HEX #644476 Honey Flower

📋 copy color: '#644476'

red 100 ◦ green 68 ◦ blue 118

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

Shades of Honey Flower #644476

Tints of Honey Flower #644476

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.78%

 BLUE value IS 118 (46.48% from 255) = 41.26%

R = 34.97%
G = 23.78%
B = 41.26%

CMYK

 C value IS 0.15

 M value IS 0.42

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#644476 (or 0x644476) is known color: Honey Flower. HEX triplet: 64, 44 and 76. RGB value is (100,68,118). Sum of RGB (Red+Green+Blue) = 100+68+118=286 (37% of max value = 765). Red value is 100 (39.45% from 255 or 34.97% from 286); Green value is 68 (26.95% from 255 or 23.78% from 286); Blue value is 118 (46.48% from 255 or 41.26% from 286); Max value from RGB is 118 - color contains mainly: blue. Hex color #644476 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644476 is #9BBB89. Grayscale: #535353. Windows color (decimal): -10206090 or 7750756. OLE color: 7750756.

HSL color Cylindrical-coordinate representation of color #644476: hue angle of 278.4º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #644476 is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 100 68 118 -
CMYK 0.15 0.42 0 0.54
HSL 278.4º 0.27% 0.36% -
HSV(B) 278.4º 0.42% 0.46% -
XYZ 10.59 8.15 18.15 -
YUV 83.27 147.6 139.93 -
System Red Green Blue C M Y K H S L
Decimal 100 68 118 0.15 0.42 0 0.54 278.4 0.27 0.36
Hex 64 44 76 F 2A 0 36 116 1B 24
Octal 144 104 166 17 52 0 66 426 33 44
Binary 1100100 1000100 1110110 1111 101010 0 110110 100010110 11011 100100

Color Harmonies of #644476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644476

Black with #644476

Text Example


Text Example

White with #644476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644476; }

 p { color: rgb(100,68,118); }

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

background-color css

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

 a { background-color: rgb(100,68,118); }

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

border-color css

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

 span { border-color: rgb(100,68,118); }

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