#6D6F8A

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

Shades of Storm Grey #6D6F8A

Tints of Storm Grey #6D6F8A

Color information

#6D6F8A (or 0x6D6F8A) is unknown color: approx Storm Grey. HEX triplet: 6D, 6F and 8A. RGB value is (109,111,138). Sum of RGB (Red+Green+Blue) = 109+111+138=358 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.45% from 358); Green value is 111 (43.75% from 255 or 31.01% from 358); Blue value is 138 (54.30% from 255 or 38.55% from 358); Max value from RGB is 138 - color contains mainly: blue. Hex color #6D6F8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6F8A is #929075. Grayscale: #717171. Windows color (decimal): -9605238 or 9072493. OLE color: 9072493.

HSL color Cylindrical-coordinate representation of color #6D6F8A: hue angle of 235.86º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6D6F8A is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB109111138-
CMYK0.210.2000.46
HSL235.86º11.74%48.43%-
HSV(B)235.86º21.01%54.12%-
XYZ16.5816.4626.35-
YUV113.48141.84124.8-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 30.45%
GREEN value IS 111 (43.75% from 255) = 31.01%
BLUE value IS 138 (54.30% from 255) = 38.55%
R=30.45%
G=31.01%
B=38.55%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1091111380.210.2000.46235.8611.7448.43
Hex6D6F8A151402Eecc30
Octal15515721225240563541460
Binary110110111011111000101010101101000101110111011001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,111,138); }

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

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

 a { background-color: rgb(109,111,138); }

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

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

 span { border-color: rgb(109,111,138); }

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