#6E7870

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

Shades of Blue Smoke #6E7870

Tints of Blue Smoke #6E7870

Color information

#6E7870 (or 0x6E7870) is unknown color: approx Blue Smoke. HEX triplet: 6E, 78 and 70. RGB value is (110,120,112). Sum of RGB (Red+Green+Blue) = 110+120+112=342 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.16% from 342); Green value is 120 (47.27% from 255 or 35.09% from 342); Blue value is 112 (44.14% from 255 or 32.75% from 342); Max value from RGB is 120 - color contains mainly: green. Hex color #6E7870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7870 is #91878F. Grayscale: #747474. Windows color (decimal): -9537424 or 7370862. OLE color: 7370862.

HSL color Cylindrical-coordinate representation of color #6E7870: hue angle of 132º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #6E7870 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB110120112-
CMYK0.0800.070.53
HSL132º4.35%45.1%-
HSV(B)132º8.33%47.06%-
XYZ16.0717.9217.94-
YUV116.1125.69123.65-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 32.16%
GREEN value IS 120 (47.27% from 255) = 35.09%
BLUE value IS 112 (44.14% from 255) = 32.75%
R=32.16%
G=35.09%
B=32.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1101201120.0800.070.531324.3545.1
Hex6E7870807358442d
Octal156170160100765204455
Binary1101110111100011100001000011111010110000100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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