#6F7395

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

Shades of Storm Grey #6F7395

Tints of Storm Grey #6F7395

Color information

#6F7395 (or 0x6F7395) is unknown color: approx Storm Grey. HEX triplet: 6F, 73 and 95. RGB value is (111,115,149). Sum of RGB (Red+Green+Blue) = 111+115+149=375 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.6% from 375); Green value is 115 (45.31% from 255 or 30.67% from 375); Blue value is 149 (58.59% from 255 or 39.73% from 375); Max value from RGB is 149 - color contains mainly: blue. Hex color #6F7395 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7395 is #908C6A. Grayscale: #757575. Windows color (decimal): -9473131 or 9794415. OLE color: 9794415.

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

Color convert

RGB111115149-
CMYK0.260.2300.42
HSL233.68º15.2%50.98%-
HSV(B)233.68º25.5%58.43%-
XYZ18.1117.8130.92-
YUV117.68145.67123.24-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.6%
GREEN value IS 115 (45.31% from 255) = 30.67%
BLUE value IS 149 (58.59% from 255) = 39.73%
R=29.6%
G=30.67%
B=39.73%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1111151490.260.2300.42233.6815.250.98
Hex6F73951A1702Aeaf33
Octal15716322532270523521763
Binary110111111100111001010111010101110101010111010101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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