#687E9F

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

Shades of Slate Grey #687E9F

Tints of Slate Grey #687E9F

Color information

#687E9F (or 0x687E9F) is unknown color: approx Slate Grey. HEX triplet: 68, 7E and 9F. RGB value is (104,126,159). Sum of RGB (Red+Green+Blue) = 104+126+159=389 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.74% from 389); Green value is 126 (49.61% from 255 or 32.39% from 389); Blue value is 159 (62.5% from 255 or 40.87% from 389); Max value from RGB is 159 - color contains mainly: blue. Hex color #687E9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687E9F is #978160. Grayscale: #7B7B7B. Windows color (decimal): -9929057 or 10452584. OLE color: 10452584.

HSL color Cylindrical-coordinate representation of color #687E9F: hue angle of 216º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #687E9F is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB104126159-
CMYK0.350.2100.38
HSL216º22.27%51.57%-
HSV(B)216º34.59%62.35%-
XYZ19.4320.3735.71-
YUV123.18148.21114.32-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.74%
GREEN value IS 126 (49.61% from 255) = 32.39%
BLUE value IS 159 (62.5% from 255) = 40.87%
R=26.74%
G=32.39%
B=40.87%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1041261590.350.2100.3821622.2751.57
Hex687E9F2315026d81634
Octal15017623743250463302664
Binary11010001111110100111111000111010101001101101100010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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