#6F718E

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

Shades of Storm Grey #6F718E

Tints of Storm Grey #6F718E

Color information

#6F718E (or 0x6F718E) is unknown color: approx Storm Grey. HEX triplet: 6F, 71 and 8E. RGB value is (111,113,142). Sum of RGB (Red+Green+Blue) = 111+113+142=366 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.33% from 366); Green value is 113 (44.53% from 255 or 30.87% from 366); Blue value is 142 (55.86% from 255 or 38.80% from 366); Max value from RGB is 142 - color contains mainly: blue. Hex color #6F718E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F718E is #908E71. Grayscale: #737373. Windows color (decimal): -9473650 or 9335151. OLE color: 9335151.

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

Color convert

RGB111113142-
CMYK0.220.2000.44
HSL236.13º12.25%49.61%-
HSV(B)236.13º21.83%55.69%-
XYZ17.3417.1427.99-
YUV115.71142.84124.64-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.33%
GREEN value IS 113 (44.53% from 255) = 30.87%
BLUE value IS 142 (55.86% from 255) = 38.80%
R=30.33%
G=30.87%
B=38.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1111131420.220.2000.44236.1312.2549.61
Hex6F718E161402Cecc32
Octal15716121626240543541462
Binary110111111100011000111010110101000101100111011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F718E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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