#6D7B8B

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

Shades of Slate Grey #6D7B8B

Tints of Slate Grey #6D7B8B

Color information

#6D7B8B (or 0x6D7B8B) is unknown color: approx Slate Grey. HEX triplet: 6D, 7B and 8B. RGB value is (109,123,139). Sum of RGB (Red+Green+Blue) = 109+123+139=371 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.38% from 371); Green value is 123 (48.44% from 255 or 33.15% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 139 - color contains mainly: blue. Hex color #6D7B8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D7B8B is #928474. Grayscale: #787878. Windows color (decimal): -9602165 or 9141101. OLE color: 9141101.

HSL color Cylindrical-coordinate representation of color #6D7B8B: hue angle of 212º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6D7B8B is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB109123139-
CMYK0.220.1200.45
HSL212º12.1%48.63%-
HSV(B)212º21.58%54.51%-
XYZ18.0519.2827.2-
YUV120.64138.36119.7-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.38%
GREEN value IS 123 (48.44% from 255) = 33.15%
BLUE value IS 139 (54.69% from 255) = 37.47%
R=29.38%
G=33.15%
B=37.47%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1091231390.220.1200.4521212.148.63
Hex6D7B8B16C02Dd4c31
Octal15517321326140553241461
Binary11011011111011100010111011011000101101110101001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,123,139); }

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

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

 a { background-color: rgb(109,123,139); }

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

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

 span { border-color: rgb(109,123,139); }

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