#6D839C

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

Shades of Light Slate Grey #6D839C

Tints of Light Slate Grey #6D839C

Color information

#6D839C (or 0x6D839C) is unknown color: approx Light Slate Grey. HEX triplet: 6D, 83 and 9C. RGB value is (109,131,156). Sum of RGB (Red+Green+Blue) = 109+131+156=396 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.53% from 396); Green value is 131 (51.56% from 255 or 33.08% from 396); Blue value is 156 (61.33% from 255 or 39.39% from 396); Max value from RGB is 156 - color contains mainly: blue. Hex color #6D839C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D839C is #927C63. Grayscale: #7F7F7F. Windows color (decimal): -9600100 or 10257261. OLE color: 10257261.

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

Color convert

RGB109131156-
CMYK0.300.1600.39
HSL211.91º19.18%51.96%-
HSV(B)211.91º30.13%61.18%-
XYZ20.4221.8834.6-
YUV127.27144.21114.97-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.53%
GREEN value IS 131 (51.56% from 255) = 33.08%
BLUE value IS 156 (61.33% from 255) = 39.39%
R=27.53%
G=33.08%
B=39.39%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1091311560.300.1600.39211.9119.1851.96
Hex6D839C1E10027d41334
Octal15520323436200473242364
Binary11011011000001110011100111101000001001111101010010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D839C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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