#6E718B

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

Shades of Storm Grey #6E718B

Tints of Storm Grey #6E718B

Color information

#6E718B (or 0x6E718B) is unknown color: approx Storm Grey. HEX triplet: 6E, 71 and 8B. RGB value is (110,113,139). Sum of RGB (Red+Green+Blue) = 110+113+139=362 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.39% from 362); Green value is 113 (44.53% from 255 or 31.22% from 362); Blue value is 139 (54.69% from 255 or 38.40% from 362); Max value from RGB is 139 - color contains mainly: blue. Hex color #6E718B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E718B is #918E74. Grayscale: #727272. Windows color (decimal): -9539189 or 9138542. OLE color: 9138542.

HSL color Cylindrical-coordinate representation of color #6E718B: hue angle of 233.79º 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 #6E718B is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB110113139-
CMYK0.210.1900.45
HSL233.79º11.65%48.82%-
HSV(B)233.79º20.86%54.51%-
XYZ1716.9926.81-
YUV115.07141.51124.39-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.39%
GREEN value IS 113 (44.53% from 255) = 31.22%
BLUE value IS 139 (54.69% from 255) = 38.40%
R=30.39%
G=31.22%
B=38.40%

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
Decimal1101131390.210.1900.45233.7911.6548.82
Hex6E718B151302Deac31
Octal15616121325230553521461
Binary110111011100011000101110101100110101101111010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E718B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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