#6F7390

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

Shades of Storm Grey #6F7390

Tints of Storm Grey #6F7390

Color information

#6F7390 (or 0x6F7390) is unknown color: approx Storm Grey. HEX triplet: 6F, 73 and 90. RGB value is (111,115,144). Sum of RGB (Red+Green+Blue) = 111+115+144=370 (49% of max value = 765). Red value is 111 (43.75% from 255 or 30% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 144 (56.64% from 255 or 38.92% from 370); Max value from RGB is 144 - color contains mainly: blue. Hex color #6F7390 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7390 is #908C6F. Grayscale: #747474. Windows color (decimal): -9473136 or 9466735. OLE color: 9466735.

HSL color Cylindrical-coordinate representation of color #6F7390: hue angle of 232.73º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6F7390 is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB111115144-
CMYK0.230.2000.44
HSL232.73º12.94%50%-
HSV(B)232.73º22.92%56.47%-
XYZ17.7217.6528.86-
YUV117.11143.17123.64-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30%
GREEN value IS 115 (45.31% from 255) = 31.08%
BLUE value IS 144 (56.64% from 255) = 38.92%
R=30%
G=31.08%
B=38.92%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1111151440.230.2000.44232.7312.9450
Hex6F7390171402Ce9d32
Octal15716322027240543511562
Binary110111111100111001000010111101000101100111010011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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