#6E7D9B

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

Shades of Slate Grey #6E7D9B

Tints of Slate Grey #6E7D9B

Color information

#6E7D9B (or 0x6E7D9B) is unknown color: approx Slate Grey. HEX triplet: 6E, 7D and 9B. RGB value is (110,125,155). Sum of RGB (Red+Green+Blue) = 110+125+155=390 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.21% from 390); Green value is 125 (49.22% from 255 or 32.05% 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 #6E7D9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E7D9B is #918264. Grayscale: #7B7B7B. Windows color (decimal): -9536101 or 10190190. OLE color: 10190190.

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

Color convert

RGB110125155-
CMYK0.290.1900.39
HSL220º18.37%51.96%-
HSV(B)220º29.03%60.78%-
XYZ19.6820.3533.9-
YUV123.94145.53118.06-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.21%
GREEN value IS 125 (49.22% from 255) = 32.05%
BLUE value IS 155 (60.94% from 255) = 39.74%
R=28.21%
G=32.05%
B=39.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1101251550.290.1900.3922018.3751.96
Hex6E7D9B1D13027dc1234
Octal15617523335230473342264
Binary1101110111110110011011111011001101001111101110010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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