#6D8597

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

Shades of Slate Grey #6D8597

Tints of Slate Grey #6D8597

Color information

#6D8597 (or 0x6D8597) is unknown color: approx Slate Grey. HEX triplet: 6D, 85 and 97. RGB value is (109,133,151). Sum of RGB (Red+Green+Blue) = 109+133+151=393 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.74% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 151 (59.38% from 255 or 38.42% from 393); Max value from RGB is 151 - color contains mainly: blue. Hex color #6D8597 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D8597 is #927A68. Grayscale: #7F7F7F. Windows color (decimal): -9599593 or 9930093. OLE color: 9930093.

HSL color Cylindrical-coordinate representation of color #6D8597: hue angle of 205.71º 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 #6D8597 is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB109133151-
CMYK0.280.1200.41
HSL205.71º16.8%50.98%-
HSV(B)205.71º27.81%59.22%-
XYZ20.2822.2632.51-
YUV127.88141.05114.54-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.74%
GREEN value IS 133 (52.34% from 255) = 33.84%
BLUE value IS 151 (59.38% from 255) = 38.42%
R=27.74%
G=33.84%
B=38.42%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1091331510.280.1200.41205.7116.850.98
Hex6D85971CC029ce1133
Octal15520522734140513162163
Binary1101101100001011001011111100110001010011100111010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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