#6A7E9C

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

Shades of Slate Grey #6A7E9C

Tints of Slate Grey #6A7E9C

Color information

#6A7E9C (or 0x6A7E9C) is unknown color: approx Slate Grey. HEX triplet: 6A, 7E and 9C. RGB value is (106,126,156). Sum of RGB (Red+Green+Blue) = 106+126+156=388 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.32% from 388); Green value is 126 (49.61% from 255 or 32.47% from 388); Blue value is 156 (61.33% from 255 or 40.21% from 388); Max value from RGB is 156 - color contains mainly: blue. Hex color #6A7E9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A7E9C is #958163. Grayscale: #7B7B7B. Windows color (decimal): -9797988 or 10255978. OLE color: 10255978.

HSL color Cylindrical-coordinate representation of color #6A7E9C: hue angle of 216º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6A7E9C is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB106126156-
CMYK0.320.1900.39
HSL216º20.16%51.37%-
HSV(B)216º32.05%61.18%-
XYZ19.4120.3934.36-
YUV123.44146.37115.56-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.32%
GREEN value IS 126 (49.61% from 255) = 32.47%
BLUE value IS 156 (61.33% from 255) = 40.21%
R=27.32%
G=32.47%
B=40.21%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1061261560.320.1900.3921620.1651.37
Hex6A7E9C2013027d81433
Octal15217623440230473302463
Binary11010101111110100111001000001001101001111101100010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,126,156); }

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

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

 a { background-color: rgb(106,126,156); }

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

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

 span { border-color: rgb(106,126,156); }

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