#6D7E9C

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

Shades of Slate Grey #6D7E9C

Tints of Slate Grey #6D7E9C

Color information

#6D7E9C (or 0x6D7E9C) is unknown color: approx Slate Grey. HEX triplet: 6D, 7E and 9C. RGB value is (109,126,156). Sum of RGB (Red+Green+Blue) = 109+126+156=391 (51% of max value = 765). Red value is 109 (42.97% from 255 or 27.88% from 391); Green value is 126 (49.61% from 255 or 32.23% from 391); Blue value is 156 (61.33% from 255 or 39.90% from 391); Max value from RGB is 156 - color contains mainly: blue. Hex color #6D7E9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D7E9C is #928163. Grayscale: #7C7C7C. Windows color (decimal): -9601380 or 10255981. OLE color: 10255981.

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

Color convert

RGB109126156-
CMYK0.300.1900.39
HSL218.3º19.18%51.96%-
HSV(B)218.3º30.13%61.18%-
XYZ19.7720.5734.38-
YUV124.34145.87117.06-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.88%
GREEN value IS 126 (49.61% from 255) = 32.23%
BLUE value IS 156 (61.33% from 255) = 39.90%
R=27.88%
G=32.23%
B=39.90%

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
Decimal1091261560.300.1900.39218.319.1851.96
Hex6D7E9C1E13027da1334
Octal15517623436230473322364
Binary1101101111111010011100111101001101001111101101010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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