Html Css Color HEX #6D5875 Rum

📋 copy color: '#6D5875'

red 109 ◦ green 88 ◦ blue 117

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

Shades of Rum #6D5875

Tints of Rum #6D5875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.26%

R = 34.71%
G = 28.03%
B = 37.26%

CMYK

 C value IS 0.07

 M value IS 0.25

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6D5875 (or 0x6D5875) is known color: Rum. HEX triplet: 6D, 58 and 75. RGB value is (109,88,117). Sum of RGB (Red+Green+Blue) = 109+88+117=314 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.71% from 314); Green value is 88 (34.77% from 255 or 28.03% from 314); Blue value is 117 (46.09% from 255 or 37.26% from 314); Max value from RGB is 117 - color contains mainly: blue. Hex color #6D5875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5875 is #92A78A. Grayscale: #616161. Windows color (decimal): -9611147 or 7690349. OLE color: 7690349.

HSL color Cylindrical-coordinate representation of color #6D5875: hue angle of 283.45º degrees, saturation: 0.14, 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 #6D5875 is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 109 88 117 -
CMYK 0.07 0.25 0 0.54
HSL 283.45º 0.14% 0.4% -
HSV(B) 283.45º 0.25% 0.46% -
XYZ 13.01 11.52 18.37 -
YUV 97.59 138.96 136.14 -
System Red Green Blue C M Y K H S L
Decimal 109 88 117 0.07 0.25 0 0.54 283.45 0.14 0.4
Hex 6D 58 75 7 19 0 36 11B E 28
Octal 155 130 165 7 31 0 66 433 16 50
Binary 1101101 1011000 1110101 111 11001 0 110110 100011011 1110 101000

Color Harmonies of #6D5875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5875

Black with #6D5875

Text Example


Text Example

White with #6D5875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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