Html Css Color HEX #6D5876 Rum

📋 copy color: '#6D5876'

red 109 ◦ green 88 ◦ blue 118

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

Shades of Rum #6D5876

Tints of Rum #6D5876

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.94%

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

R = 34.6%
G = 27.94%
B = 37.46%

CMYK

 C value IS 0.08

 M value IS 0.25

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6D5876 (or 0x6D5876) is known color: Rum. HEX triplet: 6D, 58 and 76. RGB value is (109,88,118). Sum of RGB (Red+Green+Blue) = 109+88+118=315 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.60% from 315); Green value is 88 (34.77% from 255 or 27.94% from 315); Blue value is 118 (46.48% from 255 or 37.46% from 315); Max value from RGB is 118 - color contains mainly: blue. Hex color #6D5876 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5876 is #92A789. Grayscale: #616161. Windows color (decimal): -9611146 or 7755885. OLE color: 7755885.

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

Color convert

RGB 109 88 118 -
CMYK 0.08 0.25 0 0.54
HSL 282º 0.15% 0.4% -
HSV(B) 282º 0.25% 0.46% -
XYZ 13.07 11.54 18.68 -
YUV 97.7 139.46 136.06 -
System Red Green Blue C M Y K H S L
Decimal 109 88 118 0.08 0.25 0 0.54 282 0.15 0.4
Hex 6D 58 76 8 19 0 36 11A F 28
Octal 155 130 166 10 31 0 66 432 17 50
Binary 1101101 1011000 1110110 1000 11001 0 110110 100011010 1111 101000

Color Harmonies of #6D5876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5876

Black with #6D5876

Text Example


Text Example

White with #6D5876

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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