Html Css Color HEX #644076 Honey Flower

📋 copy color: '#644076'

red 100 ◦ green 64 ◦ blue 118

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

Shades of Honey Flower #644076

Tints of Honey Flower #644076

RGB

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

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

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

R = 35.46%
G = 22.7%
B = 41.84%

CMYK

 C value IS 0.15

 M value IS 0.46

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#644076 (or 0x644076) is known color: Honey Flower. HEX triplet: 64, 40 and 76. RGB value is (100,64,118). Sum of RGB (Red+Green+Blue) = 100+64+118=282 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.46% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 118 (46.48% from 255 or 41.84% from 282); Max value from RGB is 118 - color contains mainly: blue. Hex color #644076 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644076 is #9BBF89. Grayscale: #505050. Windows color (decimal): -10207114 or 7749732. OLE color: 7749732.

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

Color convert

RGB 100 64 118 -
CMYK 0.15 0.46 0 0.54
HSL 280º 0.3% 0.36% -
HSV(B) 280º 0.46% 0.46% -
XYZ 10.36 7.68 18.08 -
YUV 80.92 148.93 141.61 -
System Red Green Blue C M Y K H S L
Decimal 100 64 118 0.15 0.46 0 0.54 280 0.3 0.36
Hex 64 40 76 F 2E 0 36 118 1E 24
Octal 144 100 166 17 56 0 66 430 36 44
Binary 1100100 1000000 1110110 1111 101110 0 110110 100011000 11110 100100

Color Harmonies of #644076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644076

Black with #644076

Text Example


Text Example

White with #644076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644076; }

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

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

background-color css

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

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

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

border-color css

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

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

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