#6F738E

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

Shades of Storm Grey #6F738E

Tints of Storm Grey #6F738E

Color information

#6F738E (or 0x6F738E) is unknown color: approx Storm Grey. HEX triplet: 6F, 73 and 8E. RGB value is (111,115,142). Sum of RGB (Red+Green+Blue) = 111+115+142=368 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.16% from 368); Green value is 115 (45.31% from 255 or 31.25% from 368); Blue value is 142 (55.86% from 255 or 38.59% from 368); Max value from RGB is 142 - color contains mainly: blue. Hex color #6F738E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F738E is #908C71. Grayscale: #747474. Windows color (decimal): -9473138 or 9335663. OLE color: 9335663.

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

Color convert

RGB111115142-
CMYK0.220.1900.44
HSL232.26º12.25%49.61%-
HSV(B)232.26º21.83%55.69%-
XYZ17.5717.5928.06-
YUV116.88142.17123.8-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.16%
GREEN value IS 115 (45.31% from 255) = 31.25%
BLUE value IS 142 (55.86% from 255) = 38.59%
R=30.16%
G=31.25%
B=38.59%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1111151420.220.1900.44232.2612.2549.61
Hex6F738E161302Ce8c32
Octal15716321626230543501462
Binary110111111100111000111010110100110101100111010001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F738E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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