#6D707D

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

Shades of Storm Grey #6D707D

Tints of Storm Grey #6D707D

Color information

#6D707D (or 0x6D707D) is unknown color: approx Storm Grey. HEX triplet: 6D, 70 and 7D. RGB value is (109,112,125). Sum of RGB (Red+Green+Blue) = 109+112+125=346 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.50% from 346); Green value is 112 (44.14% from 255 or 32.37% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 125 - color contains mainly: blue. Hex color #6D707D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D707D is #928F82. Grayscale: #707070. Windows color (decimal): -9604995 or 8220781. OLE color: 8220781.

HSL color Cylindrical-coordinate representation of color #6D707D: hue angle of 228.75º degrees, saturation: 0.07, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6D707D is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB109112125-
CMYK0.130.1000.51
HSL228.75º6.84%45.88%-
HSV(B)228.75º12.8%49.02%-
XYZ15.816.3221.72-
YUV112.58135.01125.44-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.50%
GREEN value IS 112 (44.14% from 255) = 32.37%
BLUE value IS 125 (49.22% from 255) = 36.13%
R=31.50%
G=32.37%
B=36.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1091121250.130.1000.51228.756.8445.88
Hex6D707DDA033e572e
Octal1551601751512063345756
Binary11011011110000111110111011010011001111100101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D707D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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