Html Css Color HEX #6D5776 Rum

📋 copy color: '#6D5776'

red 109 ◦ green 87 ◦ blue 118

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

Shades of Rum #6D5776

Tints of Rum #6D5776

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.71%

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

R = 34.71%
G = 27.71%
B = 37.58%

CMYK

 C value IS 0.08

 M value IS 0.26

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6D5776 (or 0x6D5776) is known color: Rum. HEX triplet: 6D, 57 and 76. RGB value is (109,87,118). Sum of RGB (Red+Green+Blue) = 109+87+118=314 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.71% from 314); Green value is 87 (34.38% from 255 or 27.71% from 314); Blue value is 118 (46.48% from 255 or 37.58% from 314); Max value from RGB is 118 - color contains mainly: blue. Hex color #6D5776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5776 is #92A889. Grayscale: #616161. Windows color (decimal): -9611402 or 7755629. OLE color: 7755629.

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

Color convert

RGB 109 87 118 -
CMYK 0.08 0.26 0 0.54
HSL 282.58º 0.15% 0.4% -
HSV(B) 282.58º 0.26% 0.46% -
XYZ 12.98 11.38 18.65 -
YUV 97.11 139.79 136.48 -
System Red Green Blue C M Y K H S L
Decimal 109 87 118 0.08 0.26 0 0.54 282.58 0.15 0.4
Hex 6D 57 76 8 1A 0 36 11B F 28
Octal 155 127 166 10 32 0 66 433 17 50
Binary 1101101 1010111 1110110 1000 11010 0 110110 100011011 1111 101000

Color Harmonies of #6D5776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5776

Black with #6D5776

Text Example


Text Example

White with #6D5776

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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