#6D819A

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

Shades of Slate Grey #6D819A

Tints of Slate Grey #6D819A

Color information

#6D819A (or 0x6D819A) is unknown color: approx Slate Grey. HEX triplet: 6D, 81 and 9A. RGB value is (109,129,154). Sum of RGB (Red+Green+Blue) = 109+129+154=392 (51% of max value = 765). Red value is 109 (42.97% from 255 or 27.81% from 392); Green value is 129 (50.78% from 255 or 32.91% from 392); Blue value is 154 (60.55% from 255 or 39.29% from 392); Max value from RGB is 154 - color contains mainly: blue. Hex color #6D819A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D819A is #927E65. Grayscale: #7D7D7D. Windows color (decimal): -9600614 or 10125677. OLE color: 10125677.

HSL color Cylindrical-coordinate representation of color #6D819A: hue angle of 213.33º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6D819A is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB109129154-
CMYK0.290.1600.40
HSL213.33º18.22%51.57%-
HSV(B)213.33º29.22%60.39%-
XYZ19.9921.2833.63-
YUV125.87143.87115.97-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.81%
GREEN value IS 129 (50.78% from 255) = 32.91%
BLUE value IS 154 (60.55% from 255) = 39.29%
R=27.81%
G=32.91%
B=39.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1091291540.290.1600.40213.3318.2251.57
Hex6D819A1D10028d51234
Octal15520123235200503252264
Binary11011011000000110011010111011000001010001101010110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D819A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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