#6D7591

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

Shades of Storm Grey #6D7591

Tints of Storm Grey #6D7591

Color information

#6D7591 (or 0x6D7591) is unknown color: approx Storm Grey. HEX triplet: 6D, 75 and 91. RGB value is (109,117,145). Sum of RGB (Red+Green+Blue) = 109+117+145=371 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.38% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 145 (57.03% from 255 or 39.08% from 371); Max value from RGB is 145 - color contains mainly: blue. Hex color #6D7591 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D7591 is #928A6E. Grayscale: #757575. Windows color (decimal): -9603695 or 9532781. OLE color: 9532781.

HSL color Cylindrical-coordinate representation of color #6D7591: hue angle of 226.67º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6D7591 is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB109117145-
CMYK0.250.1900.43
HSL226.67º14.17%49.8%-
HSV(B)226.67º24.83%56.86%-
XYZ17.7818.0229.33-
YUV117.8143.35121.72-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.38%
GREEN value IS 117 (46.09% from 255) = 31.54%
BLUE value IS 145 (57.03% from 255) = 39.08%
R=29.38%
G=31.54%
B=39.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1091171450.250.1900.43226.6714.1749.8
Hex6D7591191302Be3e32
Octal15516522131230533431662
Binary110110111101011001000111001100110101011111000111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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