#687991

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

Shades of Slate Grey #687991

Tints of Slate Grey #687991

Color information

#687991 (or 0x687991) is unknown color: approx Slate Grey. HEX triplet: 68, 79 and 91. RGB value is (104,121,145). Sum of RGB (Red+Green+Blue) = 104+121+145=370 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.11% from 370); Green value is 121 (47.66% from 255 or 32.70% from 370); Blue value is 145 (57.03% from 255 or 39.19% from 370); Max value from RGB is 145 - color contains mainly: blue. Hex color #687991 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687991 is #97866E. Grayscale: #767676. Windows color (decimal): -9930351 or 9533800. OLE color: 9533800.

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

Color convert

RGB104121145-
CMYK0.280.1700.43
HSL215.12º16.47%48.82%-
HSV(B)215.12º28.28%56.86%-
XYZ17.6618.6629.46-
YUV118.65142.87117.55-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.11%
GREEN value IS 121 (47.66% from 255) = 32.70%
BLUE value IS 145 (57.03% from 255) = 39.19%
R=28.11%
G=32.70%
B=39.19%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1041211450.280.1700.43215.1216.4748.82
Hex6879911C1102Bd71031
Octal15017122134210533272061
Binary1101000111100110010001111001000101010111101011110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687991; }

 p { color: rgb(104,121,145); }

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

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

 a { background-color: rgb(104,121,145); }

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

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

 span { border-color: rgb(104,121,145); }

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