#6A809A

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

Shades of Slate Grey #6A809A

Tints of Slate Grey #6A809A

Color information

#6A809A (or 0x6A809A) is unknown color: approx Slate Grey. HEX triplet: 6A, 80 and 9A. RGB value is (106,128,154). Sum of RGB (Red+Green+Blue) = 106+128+154=388 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.32% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 154 (60.55% from 255 or 39.69% from 388); Max value from RGB is 154 - color contains mainly: blue. Hex color #6A809A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A809A is #957F65. Grayscale: #7C7C7C. Windows color (decimal): -9797478 or 10125418. OLE color: 10125418.

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

Color convert

RGB106128154-
CMYK0.310.1700.40
HSL212.5º19.2%50.98%-
HSV(B)212.5º31.17%60.39%-
XYZ19.520.8433.57-
YUV124.39144.71114.89-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.32%
GREEN value IS 128 (50.39% from 255) = 32.99%
BLUE value IS 154 (60.55% from 255) = 39.69%
R=27.32%
G=32.99%
B=39.69%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1061281540.310.1700.40212.519.250.98
Hex6A809A1F11028d41333
Octal15220023237210503242363
Binary11010101000000010011010111111000101010001101010010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A809A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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