#6D85A2

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

Shades of Light Slate Grey #6D85A2

Tints of Light Slate Grey #6D85A2

Color information

#6D85A2 (or 0x6D85A2) is unknown color: approx Light Slate Grey. HEX triplet: 6D, 85 and A2. RGB value is (109,133,162). Sum of RGB (Red+Green+Blue) = 109+133+162=404 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.98% from 404); Green value is 133 (52.34% from 255 or 32.92% from 404); Blue value is 162 (63.67% from 255 or 40.10% from 404); Max value from RGB is 162 - color contains mainly: blue. Hex color #6D85A2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D85A2 is #927A5D. Grayscale: #808080. Windows color (decimal): -9599582 or 10650989. OLE color: 10650989.

HSL color Cylindrical-coordinate representation of color #6D85A2: hue angle of 212.83º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6D85A2 is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB109133162-
CMYK0.330.1800.36
HSL212.83º22.18%53.14%-
HSV(B)212.83º32.72%63.53%-
XYZ21.2222.6337.43-
YUV129.13146.55113.64-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.98%
GREEN value IS 133 (52.34% from 255) = 32.92%
BLUE value IS 162 (63.67% from 255) = 40.10%
R=26.98%
G=32.92%
B=40.10%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1091331620.330.1800.36212.8322.1853.14
Hex6D85A22112024d51635
Octal15520524241220443252665
Binary110110110000101101000101000011001001001001101010110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D85A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,133,162); }

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

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

 a { background-color: rgb(109,133,162); }

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

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

 span { border-color: rgb(109,133,162); }

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