#6D839B

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

Shades of Light Slate Grey #6D839B

Tints of Light Slate Grey #6D839B

Color information

#6D839B (or 0x6D839B) is unknown color: approx Light Slate Grey. HEX triplet: 6D, 83 and 9B. RGB value is (109,131,155). Sum of RGB (Red+Green+Blue) = 109+131+155=395 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.59% from 395); Green value is 131 (51.56% from 255 or 33.16% from 395); Blue value is 155 (60.94% from 255 or 39.24% from 395); Max value from RGB is 155 - color contains mainly: blue. Hex color #6D839B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D839B is #927C64. Grayscale: #7F7F7F. Windows color (decimal): -9600101 or 10191725. OLE color: 10191725.

HSL color Cylindrical-coordinate representation of color #6D839B: hue angle of 211.3º 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 #6D839B is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB109131155-
CMYK0.300.1500.39
HSL211.3º18.7%51.76%-
HSV(B)211.3º29.68%60.78%-
XYZ20.3421.8534.16-
YUV127.16143.71115.05-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.59%
GREEN value IS 131 (51.56% from 255) = 33.16%
BLUE value IS 155 (60.94% from 255) = 39.24%
R=27.59%
G=33.16%
B=39.24%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1091311550.300.1500.39211.318.751.76
Hex6D839B1EF027d31334
Octal15520323336170473232364
Binary1101101100000111001101111110111101001111101001110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D839B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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