#687DA0

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

Shades of Slate Grey #687DA0

Tints of Slate Grey #687DA0

Color information

#687DA0 (or 0x687DA0) is unknown color: approx Slate Grey. HEX triplet: 68, 7D and A0. RGB value is (104,125,160). Sum of RGB (Red+Green+Blue) = 104+125+160=389 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.74% from 389); Green value is 125 (49.22% from 255 or 32.13% from 389); Blue value is 160 (62.89% from 255 or 41.13% from 389); Max value from RGB is 160 - color contains mainly: blue. Hex color #687DA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687DA0 is #97825F. Grayscale: #7A7A7A. Windows color (decimal): -9929312 or 10517864. OLE color: 10517864.

HSL color Cylindrical-coordinate representation of color #687DA0: hue angle of 217.5º 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 #687DA0 is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB104125160-
CMYK0.350.2200.37
HSL217.5º22.76%51.76%-
HSV(B)217.5º35%62.75%-
XYZ19.3920.1536.12-
YUV122.71149.04114.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.74%
GREEN value IS 125 (49.22% from 255) = 32.13%
BLUE value IS 160 (62.89% from 255) = 41.13%
R=26.74%
G=32.13%
B=41.13%

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
Decimal1041251600.350.2200.37217.522.7651.76
Hex687DA02316025da1734
Octal15017524043260453322764
Binary11010001111101101000001000111011001001011101101010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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