#6D708D

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

Shades of Storm Grey #6D708D

Tints of Storm Grey #6D708D

Color information

#6D708D (or 0x6D708D) is unknown color: approx Storm Grey. HEX triplet: 6D, 70 and 8D. RGB value is (109,112,141). Sum of RGB (Red+Green+Blue) = 109+112+141=362 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.11% from 362); Green value is 112 (44.14% from 255 or 30.94% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 141 - color contains mainly: blue. Hex color #6D708D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D708D is #928F72. Grayscale: #727272. Windows color (decimal): -9604979 or 9269357. OLE color: 9269357.

HSL color Cylindrical-coordinate representation of color #6D708D: hue angle of 234.38º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6D708D is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB109112141-
CMYK0.230.2100.45
HSL234.38º12.8%49.02%-
HSV(B)234.38º22.7%55.29%-
XYZ16.9116.7627.54-
YUV114.41143.01124.14-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 30.11%
GREEN value IS 112 (44.14% from 255) = 30.94%
BLUE value IS 141 (55.47% from 255) = 38.95%
R=30.11%
G=30.94%
B=38.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1091121410.230.2100.45234.3812.849.02
Hex6D708D171502Dead31
Octal15516021527250553521561
Binary110110111100001000110110111101010101101111010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D708D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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