Html Css Color HEX #6D5576 Rum

📋 copy color: '#6D5576'

red 109 ◦ green 85 ◦ blue 118

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

Shades of Rum #6D5576

Tints of Rum #6D5576

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.24%

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

R = 34.94%
G = 27.24%
B = 37.82%

CMYK

 C value IS 0.08

 M value IS 0.28

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6D5576 (or 0x6D5576) is known color: Rum. HEX triplet: 6D, 55 and 76. RGB value is (109,85,118). Sum of RGB (Red+Green+Blue) = 109+85+118=312 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.94% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 118 (46.48% from 255 or 37.82% from 312); Max value from RGB is 118 - color contains mainly: blue. Hex color #6D5576 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5576 is #92AA89. Grayscale: #5F5F5F. Windows color (decimal): -9611914 or 7755117. OLE color: 7755117.

HSL color Cylindrical-coordinate representation of color #6D5576: hue angle of 283.64º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6D5576 is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 109 85 118 -
CMYK 0.08 0.28 0 0.54
HSL 283.64º 0.16% 0.4% -
HSV(B) 283.64º 0.28% 0.46% -
XYZ 12.83 11.06 18.6 -
YUV 95.94 140.45 137.32 -
System Red Green Blue C M Y K H S L
Decimal 109 85 118 0.08 0.28 0 0.54 283.64 0.16 0.4
Hex 6D 55 76 8 1C 0 36 11C 10 28
Octal 155 125 166 10 34 0 66 434 20 50
Binary 1101101 1010101 1110110 1000 11100 0 110110 100011100 10000 101000

Color Harmonies of #6D5576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5576

Black with #6D5576

Text Example


Text Example

White with #6D5576

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,85,118); }

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

background-color css

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

 a { background-color: rgb(109,85,118); }

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

border-color css

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

 span { border-color: rgb(109,85,118); }

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