#687E99

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

Shades of Slate Grey #687E99

Tints of Slate Grey #687E99

Color information

#687E99 (or 0x687E99) is unknown color: approx Slate Grey. HEX triplet: 68, 7E and 99. RGB value is (104,126,153). Sum of RGB (Red+Green+Blue) = 104+126+153=383 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.15% from 383); Green value is 126 (49.61% from 255 or 32.90% from 383); Blue value is 153 (60.16% from 255 or 39.95% from 383); Max value from RGB is 153 - color contains mainly: blue. Hex color #687E99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687E99 is #978166. Grayscale: #7A7A7A. Windows color (decimal): -9929063 or 10059368. OLE color: 10059368.

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

Color convert

RGB104126153-
CMYK0.320.1800.4
HSL213.06º19.37%50.39%-
HSV(B)213.06º32.03%60%-
XYZ18.9220.1633.03-
YUV122.5145.21114.8-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.15%
GREEN value IS 126 (49.61% from 255) = 32.90%
BLUE value IS 153 (60.16% from 255) = 39.95%
R=27.15%
G=32.90%
B=39.95%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1041261530.320.1800.4213.0619.3750.39
Hex687E992012028d51332
Octal15017623140220503252362
Binary11010001111110100110011000001001001010001101010110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,126,153); }

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

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

 a { background-color: rgb(104,126,153); }

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

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

 span { border-color: rgb(104,126,153); }

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