Html Css Color HEX #644077 Honey Flower

📋 copy color: '#644077'

red 100 ◦ green 64 ◦ blue 119

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

Shades of Honey Flower #644077

Tints of Honey Flower #644077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 42.05%

R = 35.34%
G = 22.61%
B = 42.05%

CMYK

 C value IS 0.16

 M value IS 0.46

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#644077 (or 0x644077) is known color: Honey Flower. HEX triplet: 64, 40 and 77. RGB value is (100,64,119). Sum of RGB (Red+Green+Blue) = 100+64+119=283 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.34% from 283); Green value is 64 (25.39% from 255 or 22.61% from 283); Blue value is 119 (46.88% from 255 or 42.05% from 283); Max value from RGB is 119 - color contains mainly: blue. Hex color #644077 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644077 is #9BBF88. Grayscale: #505050. Windows color (decimal): -10207113 or 7815268. OLE color: 7815268.

HSL color Cylindrical-coordinate representation of color #644077: hue angle of 279.27º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #644077 is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 100 64 119 -
CMYK 0.16 0.46 0 0.53
HSL 279.27º 0.3% 0.36% -
HSV(B) 279.27º 0.46% 0.47% -
XYZ 10.42 7.71 18.39 -
YUV 81.03 149.43 141.53 -
System Red Green Blue C M Y K H S L
Decimal 100 64 119 0.16 0.46 0 0.53 279.27 0.3 0.36
Hex 64 40 77 10 2E 0 35 117 1E 24
Octal 144 100 167 20 56 0 65 427 36 44
Binary 1100100 1000000 1110111 10000 101110 0 110101 100010111 11110 100100

Color Harmonies of #644077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644077

Black with #644077

Text Example


Text Example

White with #644077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644077; }

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

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

background-color css

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

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

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

border-color css

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

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

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