#687B97

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

Shades of Slate Grey #687B97

Tints of Slate Grey #687B97

Color information

#687B97 (or 0x687B97) is unknown color: approx Slate Grey. HEX triplet: 68, 7B and 97. RGB value is (104,123,151). Sum of RGB (Red+Green+Blue) = 104+123+151=378 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.51% from 378); Green value is 123 (48.44% from 255 or 32.54% from 378); Blue value is 151 (59.38% from 255 or 39.95% from 378); Max value from RGB is 151 - color contains mainly: blue. Hex color #687B97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687B97 is #978468. Grayscale: #787878. Windows color (decimal): -9929833 or 9927528. OLE color: 9927528.

HSL color Cylindrical-coordinate representation of color #687B97: hue angle of 215.74º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #687B97 is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB104123151-
CMYK0.310.1900.41
HSL215.74º18.43%50%-
HSV(B)215.74º31.13%59.22%-
XYZ18.3819.3432.04-
YUV120.51145.21116.22-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.51%
GREEN value IS 123 (48.44% from 255) = 32.54%
BLUE value IS 151 (59.38% from 255) = 39.95%
R=27.51%
G=32.54%
B=39.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1041231510.310.1900.41215.7418.4350
Hex687B971F13029d81232
Octal15017322737230513302262
Binary1101000111101110010111111111001101010011101100010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687B97; }

 p { color: rgb(104,123,151); }

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

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

 a { background-color: rgb(104,123,151); }

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

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

 span { border-color: rgb(104,123,151); }

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