#6A7D91

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

Shades of Slate Grey #6A7D91

Tints of Slate Grey #6A7D91

Color information

#6A7D91 (or 0x6A7D91) is unknown color: approx Slate Grey. HEX triplet: 6A, 7D and 91. RGB value is (106,125,145). Sum of RGB (Red+Green+Blue) = 106+125+145=376 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.19% from 376); Green value is 125 (49.22% from 255 or 33.24% from 376); Blue value is 145 (57.03% from 255 or 38.56% from 376); Max value from RGB is 145 - color contains mainly: blue. Hex color #6A7D91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A7D91 is #95826E. Grayscale: #797979. Windows color (decimal): -9798255 or 9534826. OLE color: 9534826.

HSL color Cylindrical-coordinate representation of color #6A7D91: hue angle of 210.77º 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 #6A7D91 is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB106125145-
CMYK0.270.1400.43
HSL210.77º15.54%49.22%-
HSV(B)210.77º26.9%56.86%-
XYZ18.3919.7829.64-
YUV121.6141.21116.87-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.19%
GREEN value IS 125 (49.22% from 255) = 33.24%
BLUE value IS 145 (57.03% from 255) = 38.56%
R=28.19%
G=33.24%
B=38.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1061251450.270.1400.43210.7715.5449.22
Hex6A7D911BE02Bd31031
Octal15217522133160533232061
Binary110101011111011001000111011111001010111101001110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,125,145); }

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

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

 a { background-color: rgb(106,125,145); }

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

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

 span { border-color: rgb(106,125,145); }

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