Html Css Color HEX #6D5B77 Rum

📋 copy color: '#6D5B77'

red 109 ◦ green 91 ◦ blue 119

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

Shades of Rum #6D5B77

Tints of Rum #6D5B77

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.53%

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

R = 34.17%
G = 28.53%
B = 37.3%

CMYK

 C value IS 0.08

 M value IS 0.24

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6D5B77 (or 0x6D5B77) is known color: Rum. HEX triplet: 6D, 5B and 77. RGB value is (109,91,119). Sum of RGB (Red+Green+Blue) = 109+91+119=319 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.17% from 319); Green value is 91 (35.94% from 255 or 28.53% from 319); Blue value is 119 (46.88% from 255 or 37.30% from 319); Max value from RGB is 119 - color contains mainly: blue. Hex color #6D5B77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5B77 is #92A488. Grayscale: #636363. Windows color (decimal): -9610377 or 7822189. OLE color: 7822189.

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

Color convert

RGB 109 91 119 -
CMYK 0.08 0.24 0 0.53
HSL 278.57º 0.13% 0.41% -
HSV(B) 278.57º 0.24% 0.47% -
XYZ 13.38 12.07 19.08 -
YUV 99.57 138.96 134.72 -
System Red Green Blue C M Y K H S L
Decimal 109 91 119 0.08 0.24 0 0.53 278.57 0.13 0.41
Hex 6D 5B 77 8 18 0 35 117 D 29
Octal 155 133 167 10 30 0 65 427 15 51
Binary 1101101 1011011 1110111 1000 11000 0 110101 100010111 1101 101001

Color Harmonies of #6D5B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5B77

Black with #6D5B77

Text Example


Text Example

White with #6D5B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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