#6F7992

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

Shades of Storm Grey #6F7992

Tints of Storm Grey #6F7992

Color information

#6F7992 (or 0x6F7992) is unknown color: approx Storm Grey. HEX triplet: 6F, 79 and 92. RGB value is (111,121,146). Sum of RGB (Red+Green+Blue) = 111+121+146=378 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.37% from 378); Green value is 121 (47.66% from 255 or 32.01% from 378); Blue value is 146 (57.42% from 255 or 38.62% from 378); Max value from RGB is 146 - color contains mainly: blue. Hex color #6F7992 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7992 is #90866D. Grayscale: #787878. Windows color (decimal): -9471598 or 9599343. OLE color: 9599343.

HSL color Cylindrical-coordinate representation of color #6F7992: hue angle of 222.86º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6F7992 is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB111121146-
CMYK0.240.1700.43
HSL222.86º13.83%50.39%-
HSV(B)222.86º23.97%57.25%-
XYZ18.5819.1329.91-
YUV120.86142.19120.97-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.37%
GREEN value IS 121 (47.66% from 255) = 32.01%
BLUE value IS 146 (57.42% from 255) = 38.62%
R=29.37%
G=32.01%
B=38.62%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1111211460.240.1700.43222.8613.8350.39
Hex6F7992181102Bdfe32
Octal15717122230210533371662
Binary110111111110011001001011000100010101011110111111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,121,146); }

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

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

 a { background-color: rgb(111,121,146); }

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

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

 span { border-color: rgb(111,121,146); }

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