#6D718E

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

Shades of Storm Grey #6D718E

Tints of Storm Grey #6D718E

Color information

#6D718E (or 0x6D718E) is unknown color: approx Storm Grey. HEX triplet: 6D, 71 and 8E. RGB value is (109,113,142). Sum of RGB (Red+Green+Blue) = 109+113+142=364 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.95% from 364); Green value is 113 (44.53% from 255 or 31.04% from 364); Blue value is 142 (55.86% from 255 or 39.01% from 364); Max value from RGB is 142 - color contains mainly: blue. Hex color #6D718E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D718E is #928E71. Grayscale: #727272. Windows color (decimal): -9604722 or 9335149. OLE color: 9335149.

HSL color Cylindrical-coordinate representation of color #6D718E: hue angle of 232.73º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6D718E is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB109113142-
CMYK0.230.2000.44
HSL232.73º13.15%49.22%-
HSV(B)232.73º23.24%55.69%-
XYZ17.0917.0127.97-
YUV115.11143.17123.64-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.95%
GREEN value IS 113 (44.53% from 255) = 31.04%
BLUE value IS 142 (55.86% from 255) = 39.01%
R=29.95%
G=31.04%
B=39.01%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1091131420.230.2000.44232.7313.1549.22
Hex6D718E171402Ce9d31
Octal15516121627240543511561
Binary110110111100011000111010111101000101100111010011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D718E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,113,142); }

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

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

 a { background-color: rgb(109,113,142); }

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

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

 span { border-color: rgb(109,113,142); }

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