#6D809A

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

Shades of Slate Grey #6D809A

Tints of Slate Grey #6D809A

Color information

#6D809A (or 0x6D809A) is unknown color: approx Slate Grey. HEX triplet: 6D, 80 and 9A. RGB value is (109,128,154). Sum of RGB (Red+Green+Blue) = 109+128+154=391 (51% of max value = 765). Red value is 109 (42.97% from 255 or 27.88% from 391); Green value is 128 (50.39% from 255 or 32.74% from 391); Blue value is 154 (60.55% from 255 or 39.39% from 391); Max value from RGB is 154 - color contains mainly: blue. Hex color #6D809A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D809A is #927F65. Grayscale: #7D7D7D. Windows color (decimal): -9600870 or 10125421. OLE color: 10125421.

HSL color Cylindrical-coordinate representation of color #6D809A: hue angle of 214.67º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6D809A is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB109128154-
CMYK0.290.1700.40
HSL214.67º18.22%51.57%-
HSV(B)214.67º29.22%60.39%-
XYZ19.8621.0233.58-
YUV125.28144.21116.39-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.88%
GREEN value IS 128 (50.39% from 255) = 32.74%
BLUE value IS 154 (60.55% from 255) = 39.39%
R=27.88%
G=32.74%
B=39.39%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1091281540.290.1700.40214.6718.2251.57
Hex6D809A1D11028d71234
Octal15520023235210503272264
Binary11011011000000010011010111011000101010001101011110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D809A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,128,154); }

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

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

 a { background-color: rgb(109,128,154); }

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

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

 span { border-color: rgb(109,128,154); }

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