#6A798E

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

Shades of Slate Grey #6A798E

Tints of Slate Grey #6A798E

Color information

#6A798E (or 0x6A798E) is unknown color: approx Slate Grey. HEX triplet: 6A, 79 and 8E. RGB value is (106,121,142). Sum of RGB (Red+Green+Blue) = 106+121+142=369 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.73% from 369); Green value is 121 (47.66% from 255 or 32.79% from 369); Blue value is 142 (55.86% from 255 or 38.48% from 369); Max value from RGB is 142 - color contains mainly: blue. Hex color #6A798E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A798E is #958671. Grayscale: #767676. Windows color (decimal): -9799282 or 9337194. OLE color: 9337194.

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

Color convert

RGB106121142-
CMYK0.250.1500.44
HSL215º14.52%48.63%-
HSV(B)215º25.35%55.69%-
XYZ17.6618.6928.27-
YUV118.91141.03118.79-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.73%
GREEN value IS 121 (47.66% from 255) = 32.79%
BLUE value IS 142 (55.86% from 255) = 38.48%
R=28.73%
G=32.79%
B=38.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1061211420.250.1500.4421514.5248.63
Hex6A798E19F02Cd7f31
Octal15217121631170543271761
Binary11010101111001100011101100111110101100110101111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A798E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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