#687F9C

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

Shades of Slate Grey #687F9C

Tints of Slate Grey #687F9C

Color information

#687F9C (or 0x687F9C) is unknown color: approx Slate Grey. HEX triplet: 68, 7F and 9C. RGB value is (104,127,156). Sum of RGB (Red+Green+Blue) = 104+127+156=387 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.87% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 156 (61.33% from 255 or 40.31% from 387); Max value from RGB is 156 - color contains mainly: blue. Hex color #687F9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687F9C is #978063. Grayscale: #7B7B7B. Windows color (decimal): -9928804 or 10256232. OLE color: 10256232.

HSL color Cylindrical-coordinate representation of color #687F9C: hue angle of 213.46º degrees, saturation: 0.21, 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 #687F9C is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB104127156-
CMYK0.330.1900.39
HSL213.46º20.8%50.98%-
HSV(B)213.46º33.33%61.18%-
XYZ19.320.5234.4-
YUV123.43146.38114.14-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.87%
GREEN value IS 127 (50% from 255) = 32.82%
BLUE value IS 156 (61.33% from 255) = 40.31%
R=26.87%
G=32.82%
B=40.31%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1041271560.330.1900.39213.4620.850.98
Hex687F9C2113027d51533
Octal15017723441230473252563
Binary11010001111111100111001000011001101001111101010110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,127,156); }

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

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

 a { background-color: rgb(104,127,156); }

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

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

 span { border-color: rgb(104,127,156); }

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