#687C9B

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

Shades of Slate Grey #687C9B

Tints of Slate Grey #687C9B

Color information

#687C9B (or 0x687C9B) is unknown color: approx Slate Grey. HEX triplet: 68, 7C and 9B. RGB value is (104,124,155). Sum of RGB (Red+Green+Blue) = 104+124+155=383 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.15% from 383); Green value is 124 (48.83% from 255 or 32.38% from 383); Blue value is 155 (60.94% from 255 or 40.47% from 383); Max value from RGB is 155 - color contains mainly: blue. Hex color #687C9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687C9B is #978364. Grayscale: #797979. Windows color (decimal): -9929573 or 10189928. OLE color: 10189928.

HSL color Cylindrical-coordinate representation of color #687C9B: hue angle of 216.47º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #687C9B is Cyan = 0.33, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB104124155-
CMYK0.330.200.39
HSL216.47º20.32%50.78%-
HSV(B)216.47º32.9%60.78%-
XYZ18.8319.7233.83-
YUV121.55146.87115.48-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.15%
GREEN value IS 124 (48.83% from 255) = 32.38%
BLUE value IS 155 (60.94% from 255) = 40.47%
R=27.15%
G=32.38%
B=40.47%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1041241550.330.200.39216.4720.3250.78
Hex687C9B2114027d81433
Octal15017423341240473302463
Binary11010001111100100110111000011010001001111101100010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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