#6F7384

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

Shades of Storm Grey #6F7384

Tints of Storm Grey #6F7384

Color information

#6F7384 (or 0x6F7384) is unknown color: approx Storm Grey. HEX triplet: 6F, 73 and 84. RGB value is (111,115,132). Sum of RGB (Red+Green+Blue) = 111+115+132=358 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.01% from 358); Green value is 115 (45.31% from 255 or 32.12% from 358); Blue value is 132 (51.95% from 255 or 36.87% from 358); Max value from RGB is 132 - color contains mainly: blue. Hex color #6F7384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7384 is #908C7B. Grayscale: #737373. Windows color (decimal): -9473148 or 8680303. OLE color: 8680303.

HSL color Cylindrical-coordinate representation of color #6F7384: hue angle of 228.57º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6F7384 is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB111115132-
CMYK0.160.1300.48
HSL228.57º8.64%47.65%-
HSV(B)228.57º15.91%51.76%-
XYZ16.8517.3124.28-
YUV115.74137.17124.62-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.01%
GREEN value IS 115 (45.31% from 255) = 32.12%
BLUE value IS 132 (51.95% from 255) = 36.87%
R=31.01%
G=32.12%
B=36.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1111151320.160.1300.48228.578.6447.65
Hex6F738410D030e5930
Octal15716320420150603451160
Binary11011111110011100001001000011010110000111001011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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