#6D7D9B

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

Shades of Slate Grey #6D7D9B

Tints of Slate Grey #6D7D9B

Color information

#6D7D9B (or 0x6D7D9B) is unknown color: approx Slate Grey. HEX triplet: 6D, 7D and 9B. RGB value is (109,125,155). Sum of RGB (Red+Green+Blue) = 109+125+155=389 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.02% from 389); Green value is 125 (49.22% from 255 or 32.13% from 389); Blue value is 155 (60.94% from 255 or 39.85% from 389); Max value from RGB is 155 - color contains mainly: blue. Hex color #6D7D9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D7D9B is #928264. Grayscale: #7B7B7B. Windows color (decimal): -9601637 or 10190189. OLE color: 10190189.

HSL color Cylindrical-coordinate representation of color #6D7D9B: hue angle of 219.13º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6D7D9B is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB109125155-
CMYK0.300.1900.39
HSL219.13º18.7%51.76%-
HSV(B)219.13º29.68%60.78%-
XYZ19.5620.2833.89-
YUV123.64145.7117.56-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.02%
GREEN value IS 125 (49.22% from 255) = 32.13%
BLUE value IS 155 (60.94% from 255) = 39.85%
R=28.02%
G=32.13%
B=39.85%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1091251550.300.1900.39219.1318.751.76
Hex6D7D9B1E13027db1334
Octal15517523336230473332364
Binary1101101111110110011011111101001101001111101101110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,125,155); }

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

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

 a { background-color: rgb(109,125,155); }

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

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

 span { border-color: rgb(109,125,155); }

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