Html Css Color HEX #687C98 Slate Grey

📋 copy color: '#687C98'

red 104 ◦ green 124 ◦ blue 152

#687C98
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Grey #687C98

Tints of Slate Grey #687C98

RGB

 RED value IS 104 (41.02% from 255) = 27.37%

 GREEN value IS 124 (48.83% from 255) = 32.63%

 BLUE value IS 152 (59.77% from 255) = 40%

R = 27.37%
G = 32.63%
B = 40%

CMYK

 C value IS 0.32

 M value IS 0.18

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#687C98 (or 0x687C98) is known color: Slate Grey. HEX triplet: 68, 7C and 98. RGB value is (104,124,152). Sum of RGB (Red+Green+Blue) = 104+124+152=380 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.37% from 380); Green value is 124 (48.83% from 255 or 32.63% from 380); Blue value is 152 (59.77% from 255 or 40% from 380); Max value from RGB is 152 - color contains mainly: blue. Hex color #687C98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687C98 is #978367. Grayscale: #797979. Windows color (decimal): -9929576 or 9993320. OLE color: 9993320.

HSL color Cylindrical-coordinate representation of color #687C98: hue angle of 215º 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 #687C98 is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 104 124 152 -
CMYK 0.32 0.18 0 0.40
HSL 215º 0.19% 0.5% -
HSV(B) 215º 0.32% 0.6% -
XYZ 18.58 19.63 32.51 -
YUV 121.21 145.37 115.72 -
System Red Green Blue C M Y K H S L
Decimal 104 124 152 0.32 0.18 0 0.40 215 0.19 0.5
Hex 68 7C 98 20 12 0 28 D7 13 32
Octal 150 174 230 40 22 0 50 327 23 62
Binary 1101000 1111100 10011000 100000 10010 0 101000 11010111 10011 110010

Color Harmonies of #687C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687C98

Black with #687C98

Text Example


Text Example

White with #687C98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #687C98;
 }
 .AnyTagClassName
 {
   color: #687C98;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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