#6E7C71

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

Shades of Blue Smoke #6E7C71

Tints of Blue Smoke #6E7C71

Color information

#6E7C71 (or 0x6E7C71) is unknown color: approx Blue Smoke. HEX triplet: 6E, 7C and 71. RGB value is (110,124,113). Sum of RGB (Red+Green+Blue) = 110+124+113=347 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.70% from 347); Green value is 124 (48.83% from 255 or 35.73% from 347); Blue value is 113 (44.53% from 255 or 32.56% from 347); Max value from RGB is 124 - color contains mainly: green. Hex color #6E7C71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7C71 is #91838E. Grayscale: #767676. Windows color (decimal): -9536399 or 7437422. OLE color: 7437422.

HSL color Cylindrical-coordinate representation of color #6E7C71: hue angle of 132.86º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6E7C71 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.51.

Color convert

RGB110124113-
CMYK0.1100.090.51
HSL132.86º5.98%45.88%-
HSV(B)132.86º11.29%48.63%-
XYZ16.6218.9218.4-
YUV118.56124.86121.89-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.70%
GREEN value IS 124 (48.83% from 255) = 35.73%
BLUE value IS 113 (44.53% from 255) = 32.56%
R=31.70%
G=35.73%
B=32.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1101241130.1100.090.51132.865.9845.88
Hex6E7C71B09338562e
Octal1561741611301163205656
Binary11011101111100111000110110100111001110000101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,124,113); }

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

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

 a { background-color: rgb(110,124,113); }

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

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

 span { border-color: rgb(110,124,113); }

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