#6A798B

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

Shades of Slate Grey #6A798B

Tints of Slate Grey #6A798B

Color information

#6A798B (or 0x6A798B) is unknown color: approx Slate Grey. HEX triplet: 6A, 79 and 8B. RGB value is (106,121,139). Sum of RGB (Red+Green+Blue) = 106+121+139=366 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.96% from 366); Green value is 121 (47.66% from 255 or 33.06% from 366); Blue value is 139 (54.69% from 255 or 37.98% from 366); Max value from RGB is 139 - color contains mainly: blue. Hex color #6A798B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A798B is #958674. Grayscale: #767676. Windows color (decimal): -9799285 or 9140586. OLE color: 9140586.

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

Color convert

RGB106121139-
CMYK0.240.1300.45
HSL212.73º13.47%48.04%-
HSV(B)212.73º23.74%54.51%-
XYZ17.4418.627.1-
YUV118.57139.53119.04-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.96%
GREEN value IS 121 (47.66% from 255) = 33.06%
BLUE value IS 139 (54.69% from 255) = 37.98%
R=28.96%
G=33.06%
B=37.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1061211390.240.1300.45212.7313.4748.04
Hex6A798B18D02Dd5d30
Octal15217121330150553251560
Binary11010101111001100010111100011010101101110101011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A798B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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