#6D8097

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

Shades of Slate Grey #6D8097

Tints of Slate Grey #6D8097

Color information

#6D8097 (or 0x6D8097) is unknown color: approx Slate Grey. HEX triplet: 6D, 80 and 97. RGB value is (109,128,151). Sum of RGB (Red+Green+Blue) = 109+128+151=388 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.09% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 151 (59.38% from 255 or 38.92% from 388); Max value from RGB is 151 - color contains mainly: blue. Hex color #6D8097 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D8097 is #927F68. Grayscale: #7C7C7C. Windows color (decimal): -9600873 or 9928813. OLE color: 9928813.

HSL color Cylindrical-coordinate representation of color #6D8097: hue angle of 212.86º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6D8097 is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB109128151-
CMYK0.280.1500.41
HSL212.86º16.8%50.98%-
HSV(B)212.86º27.81%59.22%-
XYZ19.6120.9232.28-
YUV124.94142.71116.63-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.09%
GREEN value IS 128 (50.39% from 255) = 32.99%
BLUE value IS 151 (59.38% from 255) = 38.92%
R=28.09%
G=32.99%
B=38.92%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1091281510.280.1500.41212.8616.850.98
Hex6D80971CF029d51133
Octal15520022734170513252163
Binary1101101100000001001011111100111101010011101010110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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