#6D758E

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

Shades of Storm Grey #6D758E

Tints of Storm Grey #6D758E

Color information

#6D758E (or 0x6D758E) is unknown color: approx Storm Grey. HEX triplet: 6D, 75 and 8E. RGB value is (109,117,142). Sum of RGB (Red+Green+Blue) = 109+117+142=368 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.62% from 368); Green value is 117 (46.09% from 255 or 31.79% from 368); Blue value is 142 (55.86% from 255 or 38.59% from 368); Max value from RGB is 142 - color contains mainly: blue. Hex color #6D758E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D758E is #928A71. Grayscale: #757575. Windows color (decimal): -9603698 or 9336173. OLE color: 9336173.

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

Color convert

RGB109117142-
CMYK0.230.1800.44
HSL225.45º13.15%49.22%-
HSV(B)225.45º23.24%55.69%-
XYZ17.5517.9328.13-
YUV117.46141.85121.97-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.62%
GREEN value IS 117 (46.09% from 255) = 31.79%
BLUE value IS 142 (55.86% from 255) = 38.59%
R=29.62%
G=31.79%
B=38.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1091171420.230.1800.44225.4513.1549.22
Hex6D758E171202Ce1d31
Octal15516521627220543411561
Binary110110111101011000111010111100100101100111000011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D758E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,117,142); }

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

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

 a { background-color: rgb(109,117,142); }

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

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

 span { border-color: rgb(109,117,142); }

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