#6C5675

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

Shades of Rum #6C5675

Tints of Rum #6C5675

Color information

#6C5675 (or 0x6C5675) is unknown color: approx Rum. HEX triplet: 6C, 56 and 75. RGB value is (108,86,117). Sum of RGB (Red+Green+Blue) = 108+86+117=311 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.73% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 117 (46.09% from 255 or 37.62% from 311); Max value from RGB is 117 - color contains mainly: blue. Hex color #6C5675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5675 is #93A98A. Grayscale: #606060. Windows color (decimal): -9677195 or 7689836. OLE color: 7689836.

HSL color Cylindrical-coordinate representation of color #6C5675: 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 #6C5675 is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10886117-
CMYK0.080.2600.54
HSL282.58º15.27%39.8%-
HSV(B)282.58º26.5%45.88%-
XYZ12.7211.1318.31-
YUV96.11139.79136.48-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 34.73%
GREEN value IS 86 (33.98% from 255) = 27.65%
BLUE value IS 117 (46.09% from 255) = 37.62%
R=34.73%
G=27.65%
B=37.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal108861170.080.2600.54282.5815.2739.8
Hex6C567581A03611bf28
Octal15412616510320664331750
Binary11011001010110111010110001101001101101000110111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,86,117); }

 H1.HeaderClassName
 {
   color: #6C5675;
 }
 .AnyTagClassName
 {
   color: #6C5675;
 }
</style>
background-color css

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

 a { background-color: rgb(108,86,117); }

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

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

 span { border-color: rgb(108,86,117); }

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