#687E9D

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

Shades of Slate Grey #687E9D

Tints of Slate Grey #687E9D

Color information

#687E9D (or 0x687E9D) is unknown color: approx Slate Grey. HEX triplet: 68, 7E and 9D. RGB value is (104,126,157). Sum of RGB (Red+Green+Blue) = 104+126+157=387 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.87% from 387); Green value is 126 (49.61% from 255 or 32.56% from 387); Blue value is 157 (61.72% from 255 or 40.57% from 387); Max value from RGB is 157 - color contains mainly: blue. Hex color #687E9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687E9D is #978162. Grayscale: #7A7A7A. Windows color (decimal): -9929059 or 10321512. OLE color: 10321512.

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

Color convert

RGB104126157-
CMYK0.340.2000.38
HSL215.09º21.29%51.18%-
HSV(B)215.09º33.76%61.57%-
XYZ19.2620.334.8-
YUV122.96147.21114.48-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.87%
GREEN value IS 126 (49.61% from 255) = 32.56%
BLUE value IS 157 (61.72% from 255) = 40.57%
R=26.87%
G=32.56%
B=40.57%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1041261570.340.2000.38215.0921.2951.18
Hex687E9D2214026d71533
Octal15017623542240463272563
Binary11010001111110100111011000101010001001101101011110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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