#6C809B

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

Shades of Slate Grey #6C809B

Tints of Slate Grey #6C809B

Color information

#6C809B (or 0x6C809B) is unknown color: approx Slate Grey. HEX triplet: 6C, 80 and 9B. RGB value is (108,128,155). Sum of RGB (Red+Green+Blue) = 108+128+155=391 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.62% from 391); Green value is 128 (50.39% from 255 or 32.74% from 391); Blue value is 155 (60.94% from 255 or 39.64% from 391); Max value from RGB is 155 - color contains mainly: blue. Hex color #6C809B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C809B is #937F64. Grayscale: #7C7C7C. Windows color (decimal): -9666405 or 10190956. OLE color: 10190956.

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

Color convert

RGB108128155-
CMYK0.300.1700.39
HSL214.47º19.03%51.57%-
HSV(B)214.47º30.32%60.78%-
XYZ19.8220.9934.02-
YUV125.1144.87115.8-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.62%
GREEN value IS 128 (50.39% from 255) = 32.74%
BLUE value IS 155 (60.94% from 255) = 39.64%
R=27.62%
G=32.74%
B=39.64%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1081281550.300.1700.39214.4719.0351.57
Hex6C809B1E11027d61334
Octal15420023336210473262364
Binary11011001000000010011011111101000101001111101011010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C809B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,128,155); }

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

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

 a { background-color: rgb(108,128,155); }

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

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

 span { border-color: rgb(108,128,155); }

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