#6E6870

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

Shades of Rum #6E6870

Tints of Rum #6E6870

Color information

#6E6870 (or 0x6E6870) is unknown color: approx Rum. HEX triplet: 6E, 68 and 70. RGB value is (110,104,112). Sum of RGB (Red+Green+Blue) = 110+104+112=326 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.74% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 112 (44.14% from 255 or 34.36% from 326); Max value from RGB is 112 - color contains mainly: blue. Hex color #6E6870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6870 is #91978F. Grayscale: #6A6A6A. Windows color (decimal): -9541520 or 7366766. OLE color: 7366766.

HSL color Cylindrical-coordinate representation of color #6E6870: hue angle of 285º degrees, saturation: 0.04, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #6E6870 is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB110104112-
CMYK0.020.0700.56
HSL285º3.7%42.35%-
HSV(B)285º7.14%43.92%-
XYZ14.3114.3917.35-
YUV106.71130.99130.35-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 33.74%
GREEN value IS 104 (41.02% from 255) = 31.90%
BLUE value IS 112 (44.14% from 255) = 34.36%
R=33.74%
G=31.90%
B=34.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1101041120.020.0700.562853.742.35
Hex6E68702703811d42a
Octal15615016027070435452
Binary110111011010001110000101110111000100011101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,104,112); }

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

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

 a { background-color: rgb(110,104,112); }

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

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

 span { border-color: rgb(110,104,112); }

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