#6D7F8E

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

Shades of Slate Grey #6D7F8E

Tints of Slate Grey #6D7F8E

Color information

#6D7F8E (or 0x6D7F8E) is unknown color: approx Slate Grey. HEX triplet: 6D, 7F and 8E. RGB value is (109,127,142). Sum of RGB (Red+Green+Blue) = 109+127+142=378 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.84% from 378); Green value is 127 (50% from 255 or 33.60% from 378); Blue value is 142 (55.86% from 255 or 37.57% from 378); Max value from RGB is 142 - color contains mainly: blue. Hex color #6D7F8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D7F8E is #928071. Grayscale: #7B7B7B. Windows color (decimal): -9601138 or 9338733. OLE color: 9338733.

HSL color Cylindrical-coordinate representation of color #6D7F8E: hue angle of 207.27º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6D7F8E is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB109127142-
CMYK0.230.1100.44
HSL207.27º13.15%49.22%-
HSV(B)207.27º23.24%55.69%-
XYZ18.7820.3828.54-
YUV123.33138.54117.78-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.84%
GREEN value IS 127 (50% from 255) = 33.60%
BLUE value IS 142 (55.86% from 255) = 37.57%
R=28.84%
G=33.60%
B=37.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1091271420.230.1100.44207.2713.1549.22
Hex6D7F8E17B02Ccfd31
Octal15517721627130543171561
Binary11011011111111100011101011110110101100110011111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,127,142); }

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

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

 a { background-color: rgb(109,127,142); }

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

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

 span { border-color: rgb(109,127,142); }

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