#687DA1

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

Shades of Slate Grey #687DA1

Tints of Slate Grey #687DA1

Color information

#687DA1 (or 0x687DA1) is unknown color: approx Slate Grey. HEX triplet: 68, 7D and A1. RGB value is (104,125,161). Sum of RGB (Red+Green+Blue) = 104+125+161=390 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.67% from 390); Green value is 125 (49.22% from 255 or 32.05% from 390); Blue value is 161 (63.28% from 255 or 41.28% from 390); Max value from RGB is 161 - color contains mainly: blue. Hex color #687DA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687DA1 is #97825E. Grayscale: #7A7A7A. Windows color (decimal): -9929311 or 10583400. OLE color: 10583400.

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

Color convert

RGB104125161-
CMYK0.350.2200.37
HSL217.89º23.27%51.96%-
HSV(B)217.89º35.4%63.14%-
XYZ19.4820.1836.59-
YUV122.82149.54114.57-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.67%
GREEN value IS 125 (49.22% from 255) = 32.05%
BLUE value IS 161 (63.28% from 255) = 41.28%
R=26.67%
G=32.05%
B=41.28%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1041251610.350.2200.37217.8923.2751.96
Hex687DA12316025da1734
Octal15017524143260453322764
Binary11010001111101101000011000111011001001011101101010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,125,161); }

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

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

 a { background-color: rgb(104,125,161); }

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

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

 span { border-color: rgb(104,125,161); }

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