#6A8092

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

Shades of Slate Grey #6A8092

Tints of Slate Grey #6A8092

Color information

#6A8092 (or 0x6A8092) is unknown color: approx Slate Grey. HEX triplet: 6A, 80 and 92. RGB value is (106,128,146). Sum of RGB (Red+Green+Blue) = 106+128+146=380 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.89% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 146 (57.42% from 255 or 38.42% from 380); Max value from RGB is 146 - color contains mainly: blue. Hex color #6A8092 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A8092 is #957F6D. Grayscale: #7B7B7B. Windows color (decimal): -9797486 or 9601130. OLE color: 9601130.

HSL color Cylindrical-coordinate representation of color #6A8092: hue angle of 207º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6A8092 is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB106128146-
CMYK0.270.1200.43
HSL207º15.87%49.41%-
HSV(B)207º27.4%57.25%-
XYZ18.8520.5830.17-
YUV123.47140.71115.54-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.89%
GREEN value IS 128 (50.39% from 255) = 33.68%
BLUE value IS 146 (57.42% from 255) = 38.42%
R=27.89%
G=33.68%
B=38.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1061281460.270.1200.4320715.8749.41
Hex6A80921BC02Bcf1031
Octal15220022233140533172061
Binary1101010100000001001001011011110001010111100111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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