#687D92

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

Shades of Slate Grey #687D92

Tints of Slate Grey #687D92

Color information

#687D92 (or 0x687D92) is unknown color: approx Slate Grey. HEX triplet: 68, 7D and 92. RGB value is (104,125,146). Sum of RGB (Red+Green+Blue) = 104+125+146=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 146 (57.42% from 255 or 38.93% from 375); Max value from RGB is 146 - color contains mainly: blue. Hex color #687D92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687D92 is #97826D. Grayscale: #797979. Windows color (decimal): -9929326 or 9600360. OLE color: 9600360.

HSL color Cylindrical-coordinate representation of color #687D92: hue angle of 210º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #687D92 is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB104125146-
CMYK0.290.1400.43
HSL210º16.8%49.02%-
HSV(B)210º28.77%57.25%-
XYZ18.2319.6930.03-
YUV121.12142.04115.79-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.73%
GREEN value IS 125 (49.22% from 255) = 33.33%
BLUE value IS 146 (57.42% from 255) = 38.93%
R=27.73%
G=33.33%
B=38.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1041251460.290.1400.4321016.849.02
Hex687D921DE02Bd21131
Octal15017522235160533222161
Binary110100011111011001001011101111001010111101001010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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