#6F728E

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

Shades of Storm Grey #6F728E

Tints of Storm Grey #6F728E

Color information

#6F728E (or 0x6F728E) is unknown color: approx Storm Grey. HEX triplet: 6F, 72 and 8E. RGB value is (111,114,142). Sum of RGB (Red+Green+Blue) = 111+114+142=367 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.25% from 367); Green value is 114 (44.92% from 255 or 31.06% from 367); Blue value is 142 (55.86% from 255 or 38.69% from 367); Max value from RGB is 142 - color contains mainly: blue. Hex color #6F728E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F728E is #908D71. Grayscale: #747474. Windows color (decimal): -9473394 or 9335407. OLE color: 9335407.

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

Color convert

RGB111114142-
CMYK0.220.2000.44
HSL234.19º12.25%49.61%-
HSV(B)234.19º21.83%55.69%-
XYZ17.4617.3728.02-
YUV116.3142.51124.22-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.25%
GREEN value IS 114 (44.92% from 255) = 31.06%
BLUE value IS 142 (55.86% from 255) = 38.69%
R=30.25%
G=31.06%
B=38.69%

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
Decimal1111141420.220.2000.44234.1912.2549.61
Hex6F728E161402Ceac32
Octal15716221626240543521462
Binary110111111100101000111010110101000101100111010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F728E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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