#6D7082

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

Shades of Storm Grey #6D7082

Tints of Storm Grey #6D7082

Color information

#6D7082 (or 0x6D7082) is unknown color: approx Storm Grey. HEX triplet: 6D, 70 and 82. RGB value is (109,112,130). Sum of RGB (Red+Green+Blue) = 109+112+130=351 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.05% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 130 (51.17% from 255 or 37.04% from 351); Max value from RGB is 130 - color contains mainly: blue. Hex color #6D7082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D7082 is #928F7D. Grayscale: #717171. Windows color (decimal): -9604990 or 8548461. OLE color: 8548461.

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

Color convert

RGB109112130-
CMYK0.160.1400.49
HSL231.43º8.79%46.86%-
HSV(B)231.43º16.15%50.98%-
XYZ16.1316.4523.44-
YUV113.16137.51125.04-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.05%
GREEN value IS 112 (44.14% from 255) = 31.91%
BLUE value IS 130 (51.17% from 255) = 37.04%
R=31.05%
G=31.91%
B=37.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1091121300.160.1400.49231.438.7946.86
Hex6D708210E031e792f
Octal15516020220160613471157
Binary11011011110000100000101000011100110001111001111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,112,130); }

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

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

 a { background-color: rgb(109,112,130); }

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

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

 span { border-color: rgb(109,112,130); }

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