#6A7C9B

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

Shades of Slate Grey #6A7C9B

Tints of Slate Grey #6A7C9B

Color information

#6A7C9B (or 0x6A7C9B) is unknown color: approx Slate Grey. HEX triplet: 6A, 7C and 9B. RGB value is (106,124,155). Sum of RGB (Red+Green+Blue) = 106+124+155=385 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.53% from 385); Green value is 124 (48.83% from 255 or 32.21% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 155 - color contains mainly: blue. Hex color #6A7C9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A7C9B is #958364. Grayscale: #7A7A7A. Windows color (decimal): -9798501 or 10189930. OLE color: 10189930.

HSL color Cylindrical-coordinate representation of color #6A7C9B: hue angle of 217.96º 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 #6A7C9B is Cyan = 0.32, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB106124155-
CMYK0.320.200.39
HSL217.96º19.68%51.18%-
HSV(B)217.96º31.61%60.78%-
XYZ19.0719.8533.84-
YUV122.15146.54116.48-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.53%
GREEN value IS 124 (48.83% from 255) = 32.21%
BLUE value IS 155 (60.94% from 255) = 40.26%
R=27.53%
G=32.21%
B=40.26%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1061241550.320.200.39217.9619.6851.18
Hex6A7C9B2014027da1433
Octal15217423340240473322463
Binary11010101111100100110111000001010001001111101101010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,124,155); }

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

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

 a { background-color: rgb(106,124,155); }

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

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

 span { border-color: rgb(106,124,155); }

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