Html Css Color HEX #6D5977 Rum

📋 copy color: '#6D5977'

red 109 ◦ green 89 ◦ blue 119

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

Shades of Rum #6D5977

Tints of Rum #6D5977

RGB

 RED value IS 109 (42.97% from 255) = 34.38%

 GREEN value IS 89 (35.16% from 255) = 28.08%

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

R = 34.38%
G = 28.08%
B = 37.54%

CMYK

 C value IS 0.08

 M value IS 0.25

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6D5977 (or 0x6D5977) is known color: Rum. HEX triplet: 6D, 59 and 77. RGB value is (109,89,119). Sum of RGB (Red+Green+Blue) = 109+89+119=317 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.38% from 317); Green value is 89 (35.16% from 255 or 28.08% from 317); Blue value is 119 (46.88% from 255 or 37.54% from 317); Max value from RGB is 119 - color contains mainly: blue. Hex color #6D5977 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5977 is #92A688. Grayscale: #626262. Windows color (decimal): -9610889 or 7821677. OLE color: 7821677.

HSL color Cylindrical-coordinate representation of color #6D5977: hue angle of 280º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6D5977 is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 109 89 119 -
CMYK 0.08 0.25 0 0.53
HSL 280º 0.14% 0.41% -
HSV(B) 280º 0.25% 0.47% -
XYZ 13.21 11.73 19.02 -
YUV 98.4 139.63 135.56 -
System Red Green Blue C M Y K H S L
Decimal 109 89 119 0.08 0.25 0 0.53 280 0.14 0.41
Hex 6D 59 77 8 19 0 35 118 E 29
Octal 155 131 167 10 31 0 65 430 16 51
Binary 1101101 1011001 1110111 1000 11001 0 110101 100011000 1110 101001

Color Harmonies of #6D5977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5977

Black with #6D5977

Text Example


Text Example

White with #6D5977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D5977; }

 p { color: rgb(109,89,119); }

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

background-color css

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

 a { background-color: rgb(109,89,119); }

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

border-color css

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

 span { border-color: rgb(109,89,119); }

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