#6F7393

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

Shades of Storm Grey #6F7393

Tints of Storm Grey #6F7393

Color information

#6F7393 (or 0x6F7393) is unknown color: approx Storm Grey. HEX triplet: 6F, 73 and 93. RGB value is (111,115,147). Sum of RGB (Red+Green+Blue) = 111+115+147=373 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.76% from 373); Green value is 115 (45.31% from 255 or 30.83% from 373); Blue value is 147 (57.81% from 255 or 39.41% from 373); Max value from RGB is 147 - color contains mainly: blue. Hex color #6F7393 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7393 is #908C6C. Grayscale: #757575. Windows color (decimal): -9473133 or 9663343. OLE color: 9663343.

HSL color Cylindrical-coordinate representation of color #6F7393: hue angle of 233.33º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6F7393 is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB111115147-
CMYK0.240.2200.42
HSL233.33º14.29%50.59%-
HSV(B)233.33º24.49%57.65%-
XYZ17.9517.7530.08-
YUV117.45144.67123.4-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.76%
GREEN value IS 115 (45.31% from 255) = 30.83%
BLUE value IS 147 (57.81% from 255) = 39.41%
R=29.76%
G=30.83%
B=39.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1111151470.240.2200.42233.3314.2950.59
Hex6F7393181602Ae9e33
Octal15716322330260523511663
Binary110111111100111001001111000101100101010111010011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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