#6D738E

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

Shades of Storm Grey #6D738E

Tints of Storm Grey #6D738E

Color information

#6D738E (or 0x6D738E) is unknown color: approx Storm Grey. HEX triplet: 6D, 73 and 8E. RGB value is (109,115,142). Sum of RGB (Red+Green+Blue) = 109+115+142=366 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.78% from 366); Green value is 115 (45.31% from 255 or 31.42% from 366); Blue value is 142 (55.86% from 255 or 38.80% from 366); Max value from RGB is 142 - color contains mainly: blue. Hex color #6D738E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D738E is #928C71. Grayscale: #747474. Windows color (decimal): -9604210 or 9335661. OLE color: 9335661.

HSL color Cylindrical-coordinate representation of color #6D738E: hue angle of 229.09º 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 #6D738E is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB109115142-
CMYK0.230.1900.44
HSL229.09º13.15%49.22%-
HSV(B)229.09º23.24%55.69%-
XYZ17.3217.4728.05-
YUV116.28142.51122.8-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.78%
GREEN value IS 115 (45.31% from 255) = 31.42%
BLUE value IS 142 (55.86% from 255) = 38.80%
R=29.78%
G=31.42%
B=38.80%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1091151420.230.1900.44229.0913.1549.22
Hex6D738E171302Ce5d31
Octal15516321627230543451561
Binary110110111100111000111010111100110101100111001011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D738E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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