#6D819F

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

Shades of Light Slate Grey #6D819F

Tints of Light Slate Grey #6D819F

Color information

#6D819F (or 0x6D819F) is unknown color: approx Light Slate Grey. HEX triplet: 6D, 81 and 9F. RGB value is (109,129,159). Sum of RGB (Red+Green+Blue) = 109+129+159=397 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.46% from 397); Green value is 129 (50.78% from 255 or 32.49% from 397); Blue value is 159 (62.5% from 255 or 40.05% from 397); Max value from RGB is 159 - color contains mainly: blue. Hex color #6D819F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D819F is #927E60. Grayscale: #7E7E7E. Windows color (decimal): -9600609 or 10453357. OLE color: 10453357.

HSL color Cylindrical-coordinate representation of color #6D819F: hue angle of 216º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6D819F is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB109129159-
CMYK0.310.1900.38
HSL216º20.66%52.55%-
HSV(B)216º31.45%62.35%-
XYZ20.4121.4535.87-
YUV126.44146.37115.56-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.46%
GREEN value IS 129 (50.78% from 255) = 32.49%
BLUE value IS 159 (62.5% from 255) = 40.05%
R=27.46%
G=32.49%
B=40.05%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1091291590.310.1900.3821620.6652.55
Hex6D819F1F13026d81535
Octal15520123737230463302565
Binary11011011000000110011111111111001101001101101100010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D819F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,129,159); }

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

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

 a { background-color: rgb(109,129,159); }

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

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

 span { border-color: rgb(109,129,159); }

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