#6F7596

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

Shades of Storm Grey #6F7596

Tints of Storm Grey #6F7596

Color information

#6F7596 (or 0x6F7596) is unknown color: approx Storm Grey. HEX triplet: 6F, 75 and 96. RGB value is (111,117,150). Sum of RGB (Red+Green+Blue) = 111+117+150=378 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.37% from 378); Green value is 117 (46.09% from 255 or 30.95% from 378); Blue value is 150 (58.98% from 255 or 39.68% from 378); Max value from RGB is 150 - color contains mainly: blue. Hex color #6F7596 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7596 is #908A69. Grayscale: #767676. Windows color (decimal): -9472618 or 9860463. OLE color: 9860463.

HSL color Cylindrical-coordinate representation of color #6F7596: hue angle of 230.77º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6F7596 is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB111117150-
CMYK0.260.2200.41
HSL230.77º15.66%51.18%-
HSV(B)230.77º26%58.82%-
XYZ18.4218.331.42-
YUV118.97145.51122.32-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.37%
GREEN value IS 117 (46.09% from 255) = 30.95%
BLUE value IS 150 (58.98% from 255) = 39.68%
R=29.37%
G=30.95%
B=39.68%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1111171500.260.2200.41230.7715.6651.18
Hex6F75961A16029e71033
Octal15716522632260513472063
Binary1101111111010110010110110101011001010011110011110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,117,150); }

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

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

 a { background-color: rgb(111,117,150); }

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

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

 span { border-color: rgb(111,117,150); }

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