#687CA0

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

Shades of Slate Grey #687CA0

Tints of Slate Grey #687CA0

Color information

#687CA0 (or 0x687CA0) is unknown color: approx Slate Grey. HEX triplet: 68, 7C and A0. RGB value is (104,124,160). Sum of RGB (Red+Green+Blue) = 104+124+160=388 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.80% from 388); Green value is 124 (48.83% from 255 or 31.96% from 388); Blue value is 160 (62.89% from 255 or 41.24% from 388); Max value from RGB is 160 - color contains mainly: blue. Hex color #687CA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687CA0 is #97835F. Grayscale: #797979. Windows color (decimal): -9929568 or 10517608. OLE color: 10517608.

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

Color convert

RGB104124160-
CMYK0.350.2200.37
HSL218.57º22.76%51.76%-
HSV(B)218.57º35%62.75%-
XYZ19.2619.936.08-
YUV122.12149.37115.07-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.80%
GREEN value IS 124 (48.83% from 255) = 31.96%
BLUE value IS 160 (62.89% from 255) = 41.24%
R=26.80%
G=31.96%
B=41.24%

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
Decimal1041241600.350.2200.37218.5722.7651.76
Hex687CA02316025db1734
Octal15017424043260453332764
Binary11010001111100101000001000111011001001011101101110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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