#6F7089

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

Shades of Storm Grey #6F7089

Tints of Storm Grey #6F7089

Color information

#6F7089 (or 0x6F7089) is unknown color: approx Storm Grey. HEX triplet: 6F, 70 and 89. RGB value is (111,112,137). Sum of RGB (Red+Green+Blue) = 111+112+137=360 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.83% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 137 (53.91% from 255 or 38.06% from 360); Max value from RGB is 137 - color contains mainly: blue. Hex color #6F7089 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7089 is #908F76. Grayscale: #727272. Windows color (decimal): -9473911 or 9007215. OLE color: 9007215.

HSL color Cylindrical-coordinate representation of color #6F7089: hue angle of 237.69º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6F7089 is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB111112137-
CMYK0.190.1800.46
HSL237.69º10.48%48.63%-
HSV(B)237.69º18.98%53.73%-
XYZ16.8716.7726.02-
YUV114.55140.67125.47-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.83%
GREEN value IS 112 (44.14% from 255) = 31.11%
BLUE value IS 137 (53.91% from 255) = 38.06%
R=30.83%
G=31.11%
B=38.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1111121370.190.1800.46237.6910.4848.63
Hex6F7089131202Eeea31
Octal15716021123220563561261
Binary110111111100001000100110011100100101110111011101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,112,137); }

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

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

 a { background-color: rgb(111,112,137); }

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

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

 span { border-color: rgb(111,112,137); }

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