#6A8199

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

Shades of Slate Grey #6A8199

Tints of Slate Grey #6A8199

Color information

#6A8199 (or 0x6A8199) is unknown color: approx Slate Grey. HEX triplet: 6A, 81 and 99. RGB value is (106,129,153). Sum of RGB (Red+Green+Blue) = 106+129+153=388 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.32% from 388); Green value is 129 (50.78% from 255 or 33.25% from 388); Blue value is 153 (60.16% from 255 or 39.43% from 388); Max value from RGB is 153 - color contains mainly: blue. Hex color #6A8199 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A8199 is #957E66. Grayscale: #7C7C7C. Windows color (decimal): -9797223 or 10060138. OLE color: 10060138.

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

Color convert

RGB106129153-
CMYK0.310.1600.4
HSL210.64º18.73%50.78%-
HSV(B)210.64º30.72%60%-
XYZ19.5421.0633.17-
YUV124.86143.88114.55-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.32%
GREEN value IS 129 (50.78% from 255) = 33.25%
BLUE value IS 153 (60.16% from 255) = 39.43%
R=27.32%
G=33.25%
B=39.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1061291530.310.1600.4210.6418.7350.78
Hex6A81991F10028d31333
Octal15220123137200503232363
Binary11010101000000110011001111111000001010001101001110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,129,153); }

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

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

 a { background-color: rgb(106,129,153); }

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

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

 span { border-color: rgb(106,129,153); }

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