#6E708B

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

Shades of Storm Grey #6E708B

Tints of Storm Grey #6E708B

Color information

#6E708B (or 0x6E708B) is unknown color: approx Storm Grey. HEX triplet: 6E, 70 and 8B. RGB value is (110,112,139). Sum of RGB (Red+Green+Blue) = 110+112+139=361 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.47% from 361); Green value is 112 (44.14% from 255 or 31.02% from 361); Blue value is 139 (54.69% from 255 or 38.50% from 361); Max value from RGB is 139 - color contains mainly: blue. Hex color #6E708B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E708B is #918F74. Grayscale: #727272. Windows color (decimal): -9539445 or 9138286. OLE color: 9138286.

HSL color Cylindrical-coordinate representation of color #6E708B: hue angle of 235.86º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6E708B is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB110112139-
CMYK0.210.1900.45
HSL235.86º11.65%48.82%-
HSV(B)235.86º20.86%54.51%-
XYZ16.8816.7726.77-
YUV114.48141.84124.8-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.47%
GREEN value IS 112 (44.14% from 255) = 31.02%
BLUE value IS 139 (54.69% from 255) = 38.50%
R=30.47%
G=31.02%
B=38.50%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1101121390.210.1900.45235.8611.6548.82
Hex6E708B151302Decc31
Octal15616021325230553541461
Binary110111011100001000101110101100110101101111011001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E708B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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