#69798E

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

Shades of Slate Grey #69798E

Tints of Slate Grey #69798E

Color information

#69798E (or 0x69798E) is unknown color: approx Slate Grey. HEX triplet: 69, 79 and 8E. RGB value is (105,121,142). Sum of RGB (Red+Green+Blue) = 105+121+142=368 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.53% from 368); Green value is 121 (47.66% from 255 or 32.88% from 368); Blue value is 142 (55.86% from 255 or 38.59% from 368); Max value from RGB is 142 - color contains mainly: blue. Hex color #69798E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69798E is #968671. Grayscale: #767676. Windows color (decimal): -9864818 or 9337193. OLE color: 9337193.

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

Color convert

RGB105121142-
CMYK0.260.1500.44
HSL214.05º14.98%48.43%-
HSV(B)214.05º26.06%55.69%-
XYZ17.5518.6328.26-
YUV118.61141.2118.29-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.53%
GREEN value IS 121 (47.66% from 255) = 32.88%
BLUE value IS 142 (55.86% from 255) = 38.59%
R=28.53%
G=32.88%
B=38.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1051211420.260.1500.44214.0514.9848.43
Hex69798E1AF02Cd6f30
Octal15117121632170543261760
Binary11010011111001100011101101011110101100110101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69798E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69798E; }

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

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

<style>
 a { background-color: #69798E; }

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

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

<style>
 span { border-color: #69798E; }

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

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