#687892

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

Shades of Slate Grey #687892

Tints of Slate Grey #687892

Color information

#687892 (or 0x687892) is unknown color: approx Slate Grey. HEX triplet: 68, 78 and 92. RGB value is (104,120,146). Sum of RGB (Red+Green+Blue) = 104+120+146=370 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.11% from 370); Green value is 120 (47.27% from 255 or 32.43% from 370); Blue value is 146 (57.42% from 255 or 39.46% from 370); Max value from RGB is 146 - color contains mainly: blue. Hex color #687892 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687892 is #97876D. Grayscale: #767676. Windows color (decimal): -9930606 or 9599080. OLE color: 9599080.

HSL color Cylindrical-coordinate representation of color #687892: hue angle of 217.14º 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 #687892 is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB104120146-
CMYK0.290.1800.43
HSL217.14º16.8%49.02%-
HSV(B)217.14º28.77%57.25%-
XYZ17.6118.4529.83-
YUV118.18143.7117.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.11%
GREEN value IS 120 (47.27% from 255) = 32.43%
BLUE value IS 146 (57.42% from 255) = 39.46%
R=28.11%
G=32.43%
B=39.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1041201460.290.1800.43217.1416.849.02
Hex6878921D1202Bd91131
Octal15017022235220533312161
Binary1101000111100010010010111011001001010111101100110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687892; }

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

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

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

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

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

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

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

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