#6B798B

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

Shades of Slate Grey #6B798B

Tints of Slate Grey #6B798B

Color information

#6B798B (or 0x6B798B) is unknown color: approx Slate Grey. HEX triplet: 6B, 79 and 8B. RGB value is (107,121,139). Sum of RGB (Red+Green+Blue) = 107+121+139=367 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.16% from 367); Green value is 121 (47.66% from 255 or 32.97% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 139 - color contains mainly: blue. Hex color #6B798B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B798B is #948674. Grayscale: #767676. Windows color (decimal): -9733749 or 9140587. OLE color: 9140587.

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

Color convert

RGB107121139-
CMYK0.230.1300.45
HSL213.75º13.01%48.24%-
HSV(B)213.75º23.02%54.51%-
XYZ17.5618.6627.1-
YUV118.87139.36119.54-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.16%
GREEN value IS 121 (47.66% from 255) = 32.97%
BLUE value IS 139 (54.69% from 255) = 37.87%
R=29.16%
G=32.97%
B=37.87%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1071211390.230.1300.45213.7513.0148.24
Hex6B798B17D02Dd6d30
Octal15317121327150553261560
Binary11010111111001100010111011111010101101110101101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B798B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,121,139); }

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

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

 a { background-color: rgb(107,121,139); }

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

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

 span { border-color: rgb(107,121,139); }

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