#6D809B

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

Shades of Slate Grey #6D809B

Tints of Slate Grey #6D809B

Color information

#6D809B (or 0x6D809B) is unknown color: approx Slate Grey. HEX triplet: 6D, 80 and 9B. RGB value is (109,128,155). Sum of RGB (Red+Green+Blue) = 109+128+155=392 (51% of max value = 765). Red value is 109 (42.97% from 255 or 27.81% from 392); Green value is 128 (50.39% from 255 or 32.65% from 392); Blue value is 155 (60.94% from 255 or 39.54% from 392); Max value from RGB is 155 - color contains mainly: blue. Hex color #6D809B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D809B is #927F64. Grayscale: #7D7D7D. Windows color (decimal): -9600869 or 10190957. OLE color: 10190957.

HSL color Cylindrical-coordinate representation of color #6D809B: hue angle of 215.22º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6D809B is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB109128155-
CMYK0.300.1700.39
HSL215.22º18.7%51.76%-
HSV(B)215.22º29.68%60.78%-
XYZ19.9421.0634.02-
YUV125.4144.71116.3-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.81%
GREEN value IS 128 (50.39% from 255) = 32.65%
BLUE value IS 155 (60.94% from 255) = 39.54%
R=27.81%
G=32.65%
B=39.54%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1091281550.300.1700.39215.2218.751.76
Hex6D809B1E11027d71334
Octal15520023336210473272364
Binary11011011000000010011011111101000101001111101011110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D809B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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