#687995

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

Shades of Slate Grey #687995

Tints of Slate Grey #687995

Color information

#687995 (or 0x687995) is unknown color: approx Slate Grey. HEX triplet: 68, 79 and 95. RGB value is (104,121,149). Sum of RGB (Red+Green+Blue) = 104+121+149=374 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.81% from 374); Green value is 121 (47.66% from 255 or 32.35% from 374); Blue value is 149 (58.59% from 255 or 39.84% from 374); Max value from RGB is 149 - color contains mainly: blue. Hex color #687995 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687995 is #97866A. Grayscale: #767676. Windows color (decimal): -9930347 or 9795944. OLE color: 9795944.

HSL color Cylindrical-coordinate representation of color #687995: hue angle of 217.33º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #687995 is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB104121149-
CMYK0.300.1900.42
HSL217.33º17.79%49.61%-
HSV(B)217.33º30.2%58.43%-
XYZ17.9718.7931.11-
YUV119.11144.87117.22-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.81%
GREEN value IS 121 (47.66% from 255) = 32.35%
BLUE value IS 149 (58.59% from 255) = 39.84%
R=27.81%
G=32.35%
B=39.84%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1041211490.300.1900.42217.3317.7949.61
Hex6879951E1302Ad91232
Octal15017122536230523312262
Binary1101000111100110010101111101001101010101101100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687995; }

 p { color: rgb(104,121,149); }

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

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

 a { background-color: rgb(104,121,149); }

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

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

 span { border-color: rgb(104,121,149); }

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