#6C819A

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

Shades of Slate Grey #6C819A

Tints of Slate Grey #6C819A

Color information

#6C819A (or 0x6C819A) is unknown color: approx Slate Grey. HEX triplet: 6C, 81 and 9A. RGB value is (108,129,154). Sum of RGB (Red+Green+Blue) = 108+129+154=391 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.62% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 154 (60.55% from 255 or 39.39% from 391); Max value from RGB is 154 - color contains mainly: blue. Hex color #6C819A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C819A is #937E65. Grayscale: #7D7D7D. Windows color (decimal): -9666150 or 10125676. OLE color: 10125676.

HSL color Cylindrical-coordinate representation of color #6C819A: hue angle of 212.61º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6C819A is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB108129154-
CMYK0.300.1600.40
HSL212.61º18.55%51.37%-
HSV(B)212.61º29.87%60.39%-
XYZ19.8721.2233.62-
YUV125.57144.04115.47-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.62%
GREEN value IS 129 (50.78% from 255) = 32.99%
BLUE value IS 154 (60.55% from 255) = 39.39%
R=27.62%
G=32.99%
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.40
SystemRedGreenBlueCMYKHSL
Decimal1081291540.300.1600.40212.6118.5551.37
Hex6C819A1E10028d51333
Octal15420123236200503252363
Binary11011001000000110011010111101000001010001101010110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C819A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,129,154); }

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

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

 a { background-color: rgb(108,129,154); }

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

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

 span { border-color: rgb(108,129,154); }

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