#6D839A

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

Shades of Slate Grey #6D839A

Tints of Slate Grey #6D839A

Color information

#6D839A (or 0x6D839A) is unknown color: approx Slate Grey. HEX triplet: 6D, 83 and 9A. RGB value is (109,131,154). Sum of RGB (Red+Green+Blue) = 109+131+154=394 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.66% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 154 (60.55% from 255 or 39.09% from 394); Max value from RGB is 154 - color contains mainly: blue. Hex color #6D839A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D839A is #927C65. Grayscale: #7E7E7E. Windows color (decimal): -9600102 or 10126189. OLE color: 10126189.

HSL color Cylindrical-coordinate representation of color #6D839A: hue angle of 210.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 #6D839A is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB109131154-
CMYK0.290.1500.40
HSL210.67º18.22%51.57%-
HSV(B)210.67º29.22%60.39%-
XYZ20.2621.8233.72-
YUV127.04143.21115.13-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.66%
GREEN value IS 131 (51.56% from 255) = 33.25%
BLUE value IS 154 (60.55% from 255) = 39.09%
R=27.66%
G=33.25%
B=39.09%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1091311540.290.1500.40210.6718.2251.57
Hex6D839A1DF028d31234
Octal15520323235170503232264
Binary1101101100000111001101011101111101010001101001110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D839A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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