#6D7E9B

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

Shades of Slate Grey #6D7E9B

Tints of Slate Grey #6D7E9B

Color information

#6D7E9B (or 0x6D7E9B) is unknown color: approx Slate Grey. HEX triplet: 6D, 7E and 9B. RGB value is (109,126,155). Sum of RGB (Red+Green+Blue) = 109+126+155=390 (51% of max value = 765). Red value is 109 (42.97% from 255 or 27.95% from 390); Green value is 126 (49.61% from 255 or 32.31% from 390); Blue value is 155 (60.94% from 255 or 39.74% from 390); Max value from RGB is 155 - color contains mainly: blue. Hex color #6D7E9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D7E9B is #928164. Grayscale: #7C7C7C. Windows color (decimal): -9601381 or 10190445. OLE color: 10190445.

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

Color convert

RGB109126155-
CMYK0.300.1900.39
HSL217.83º18.7%51.76%-
HSV(B)217.83º29.68%60.78%-
XYZ19.6820.5433.94-
YUV124.22145.37117.14-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.95%
GREEN value IS 126 (49.61% from 255) = 32.31%
BLUE value IS 155 (60.94% from 255) = 39.74%
R=27.95%
G=32.31%
B=39.74%

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
Decimal1091261550.300.1900.39217.8318.751.76
Hex6D7E9B1E13027da1334
Octal15517623336230473322364
Binary1101101111111010011011111101001101001111101101010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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