#6A829A

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

Shades of Slate Grey #6A829A

Tints of Slate Grey #6A829A

Color information

#6A829A (or 0x6A829A) is unknown color: approx Slate Grey. HEX triplet: 6A, 82 and 9A. RGB value is (106,130,154). Sum of RGB (Red+Green+Blue) = 106+130+154=390 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.18% from 390); Green value is 130 (51.17% from 255 or 33.33% from 390); Blue value is 154 (60.55% from 255 or 39.49% from 390); Max value from RGB is 154 - color contains mainly: blue. Hex color #6A829A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A829A is #957D65. Grayscale: #7D7D7D. Windows color (decimal): -9796966 or 10125930. OLE color: 10125930.

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

Color convert

RGB106130154-
CMYK0.310.1600.40
HSL210º19.2%50.98%-
HSV(B)210º31.17%60.39%-
XYZ19.7621.3633.65-
YUV125.56144.05114.05-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.18%
GREEN value IS 130 (51.17% from 255) = 33.33%
BLUE value IS 154 (60.55% from 255) = 39.49%
R=27.18%
G=33.33%
B=39.49%

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
Decimal1061301540.310.1600.4021019.250.98
Hex6A829A1F10028d21333
Octal15220223237200503222363
Binary11010101000001010011010111111000001010001101001010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A829A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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