#687A9B

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

Shades of Slate Grey #687A9B

Tints of Slate Grey #687A9B

Color information

#687A9B (or 0x687A9B) is unknown color: approx Slate Grey. HEX triplet: 68, 7A and 9B. RGB value is (104,122,155). Sum of RGB (Red+Green+Blue) = 104+122+155=381 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.30% from 381); Green value is 122 (48.05% from 255 or 32.02% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 155 - color contains mainly: blue. Hex color #687A9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687A9B is #978564. Grayscale: #787878. Windows color (decimal): -9930085 or 10189416. OLE color: 10189416.

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

Color convert

RGB104122155-
CMYK0.330.2100.39
HSL218.82º20.32%50.78%-
HSV(B)218.82º32.9%60.78%-
XYZ18.5819.2333.74-
YUV120.38147.54116.32-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.30%
GREEN value IS 122 (48.05% from 255) = 32.02%
BLUE value IS 155 (60.94% from 255) = 40.68%
R=27.30%
G=32.02%
B=40.68%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1041221550.330.2100.39218.8220.3250.78
Hex687A9B2115027db1433
Octal15017223341250473332463
Binary11010001111010100110111000011010101001111101101110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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