#6A819A

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

Shades of Slate Grey #6A819A

Tints of Slate Grey #6A819A

Color information

#6A819A (or 0x6A819A) is unknown color: approx Slate Grey. HEX triplet: 6A, 81 and 9A. RGB value is (106,129,154). Sum of RGB (Red+Green+Blue) = 106+129+154=389 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.25% from 389); Green value is 129 (50.78% from 255 or 33.16% from 389); Blue value is 154 (60.55% from 255 or 39.59% from 389); Max value from RGB is 154 - color contains mainly: blue. Hex color #6A819A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A819A is #957E65. Grayscale: #7C7C7C. Windows color (decimal): -9797222 or 10125674. OLE color: 10125674.

HSL color Cylindrical-coordinate representation of color #6A819A: hue angle of 211.25º 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 #6A819A is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB106129154-
CMYK0.310.1600.40
HSL211.25º19.2%50.98%-
HSV(B)211.25º31.17%60.39%-
XYZ19.6321.133.61-
YUV124.97144.38114.47-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.25%
GREEN value IS 129 (50.78% from 255) = 33.16%
BLUE value IS 154 (60.55% from 255) = 39.59%
R=27.25%
G=33.16%
B=39.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1061291540.310.1600.40211.2519.250.98
Hex6A819A1F10028d31333
Octal15220123237200503232363
Binary11010101000000110011010111111000001010001101001110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A819A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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