#687998

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

Shades of Slate Grey #687998

Tints of Slate Grey #687998

Color information

#687998 (or 0x687998) is unknown color: approx Slate Grey. HEX triplet: 68, 79 and 98. RGB value is (104,121,152). Sum of RGB (Red+Green+Blue) = 104+121+152=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 121 (47.66% from 255 or 32.10% from 377); Blue value is 152 (59.77% from 255 or 40.32% from 377); Max value from RGB is 152 - color contains mainly: blue. Hex color #687998 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687998 is #978667. Grayscale: #777777. Windows color (decimal): -9930344 or 9992552. OLE color: 9992552.

HSL color Cylindrical-coordinate representation of color #687998: hue angle of 218.75º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #687998 is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB104121152-
CMYK0.320.2000.40
HSL218.75º18.9%50.2%-
HSV(B)218.75º31.58%59.61%-
XYZ18.2118.8832.39-
YUV119.45146.37116.98-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.59%
GREEN value IS 121 (47.66% from 255) = 32.10%
BLUE value IS 152 (59.77% from 255) = 40.32%
R=27.59%
G=32.10%
B=40.32%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1041211520.320.2000.40218.7518.950.2
Hex6879982014028db1332
Octal15017123040240503332362
Binary11010001111001100110001000001010001010001101101110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687998; }

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

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

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

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

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

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

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

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