#687F92

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

Shades of Slate Grey #687F92

Tints of Slate Grey #687F92

Color information

#687F92 (or 0x687F92) is unknown color: approx Slate Grey. HEX triplet: 68, 7F and 92. RGB value is (104,127,146). Sum of RGB (Red+Green+Blue) = 104+127+146=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 127 (50% from 255 or 33.69% from 377); Blue value is 146 (57.42% from 255 or 38.73% from 377); Max value from RGB is 146 - color contains mainly: blue. Hex color #687F92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687F92 is #97806D. Grayscale: #7A7A7A. Windows color (decimal): -9928814 or 9600872. OLE color: 9600872.

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

Color convert

RGB104127146-
CMYK0.290.1300.43
HSL207.14º16.8%49.02%-
HSV(B)207.14º28.77%57.25%-
XYZ18.4920.230.12-
YUV122.29141.38114.96-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.59%
GREEN value IS 127 (50% from 255) = 33.69%
BLUE value IS 146 (57.42% from 255) = 38.73%
R=27.59%
G=33.69%
B=38.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1041271460.290.1300.43207.1416.849.02
Hex687F921DD02Bcf1131
Octal15017722235150533172161
Binary110100011111111001001011101110101010111100111110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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