#6D5875

Color #6D5875 Rum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rum #6D5875

Tints of Rum #6D5875

Color information

#6D5875 (or 0x6D5875) is unknown color: approx 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

RGB10988117-
CMYK0.070.2500.54
HSL283.45º14.15%40.2%-
HSV(B)283.45º24.79%45.88%-
XYZ13.0111.5218.37-
YUV97.58138.96136.14-

RGB Variations

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

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 (Cyan) values IS 0.07
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal109881170.070.2500.54283.4514.1540.2
Hex6D587571903611be28
Octal1551301657310664331650
Binary1101101101100011101011111100101101101000110111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>