#6D8299

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

Shades of Slate Grey #6D8299

Tints of Slate Grey #6D8299

Color information

#6D8299 (or 0x6D8299) is unknown color: approx Slate Grey. HEX triplet: 6D, 82 and 99. RGB value is (109,130,153). Sum of RGB (Red+Green+Blue) = 109+130+153=392 (51% of max value = 765). Red value is 109 (42.97% from 255 or 27.81% from 392); Green value is 130 (51.17% from 255 or 33.16% from 392); Blue value is 153 (60.16% from 255 or 39.03% from 392); Max value from RGB is 153 - color contains mainly: blue. Hex color #6D8299 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D8299 is #927D66. Grayscale: #7E7E7E. Windows color (decimal): -9600359 or 10060397. OLE color: 10060397.

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

Color convert

RGB109130153-
CMYK0.290.1500.4
HSL211.36º17.74%51.37%-
HSV(B)211.36º28.76%60%-
XYZ20.0421.5233.23-
YUV126.34143.04115.63-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.81%
GREEN value IS 130 (51.17% from 255) = 33.16%
BLUE value IS 153 (60.16% from 255) = 39.03%
R=27.81%
G=33.16%
B=39.03%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1091301530.290.1500.4211.3617.7451.37
Hex6D82991DF028d31233
Octal15520223135170503232263
Binary1101101100000101001100111101111101010001101001110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,130,153); }

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

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

 a { background-color: rgb(109,130,153); }

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

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

 span { border-color: rgb(109,130,153); }

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