#6F7386

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

Shades of Storm Grey #6F7386

Tints of Storm Grey #6F7386

Color information

#6F7386 (or 0x6F7386) is unknown color: approx Storm Grey. HEX triplet: 6F, 73 and 86. RGB value is (111,115,134). Sum of RGB (Red+Green+Blue) = 111+115+134=360 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.83% from 360); Green value is 115 (45.31% from 255 or 31.94% from 360); Blue value is 134 (52.73% from 255 or 37.22% from 360); Max value from RGB is 134 - color contains mainly: blue. Hex color #6F7386 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7386 is #908C79. Grayscale: #737373. Windows color (decimal): -9473146 or 8811375. OLE color: 8811375.

HSL color Cylindrical-coordinate representation of color #6F7386: hue angle of 229.57º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6F7386 is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB111115134-
CMYK0.170.1400.47
HSL229.57º9.39%48.04%-
HSV(B)229.57º17.16%52.55%-
XYZ16.9917.3625.01-
YUV115.97138.17124.46-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.83%
GREEN value IS 115 (45.31% from 255) = 31.94%
BLUE value IS 134 (52.73% from 255) = 37.22%
R=30.83%
G=31.94%
B=37.22%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1111151340.170.1400.47229.579.3948.04
Hex6F738611E02Fe6930
Octal15716320621160573461160
Binary11011111110011100001101000111100101111111001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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