Html Css Color HEX #687C92 Slate Grey

📋 copy color: '#687C92'

red 104 ◦ green 124 ◦ blue 146

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

Shades of Slate Grey #687C92

Tints of Slate Grey #687C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 39.04%

R = 27.81%
G = 33.16%
B = 39.04%

CMYK

 C value IS 0.29

 M value IS 0.15

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#687C92 (or 0x687C92) is known color: Slate Grey. HEX triplet: 68, 7C and 92. RGB value is (104,124,146). Sum of RGB (Red+Green+Blue) = 104+124+146=374 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.81% from 374); Green value is 124 (48.83% from 255 or 33.16% from 374); Blue value is 146 (57.42% from 255 or 39.04% from 374); Max value from RGB is 146 - color contains mainly: blue. Hex color #687C92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687C92 is #97836D. Grayscale: #787878. Windows color (decimal): -9929582 or 9600104. OLE color: 9600104.

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

Color convert

RGB 104 124 146 -
CMYK 0.29 0.15 0 0.43
HSL 211.43º 0.17% 0.49% -
HSV(B) 211.43º 0.29% 0.57% -
XYZ 18.1 19.43 29.99 -
YUV 120.53 142.37 116.21 -
System Red Green Blue C M Y K H S L
Decimal 104 124 146 0.29 0.15 0 0.43 211.43 0.17 0.49
Hex 68 7C 92 1D F 0 2B D3 11 31
Octal 150 174 222 35 17 0 53 323 21 61
Binary 1101000 1111100 10010010 11101 1111 0 101011 11010011 10001 110001

Color Harmonies of #687C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687C92

Black with #687C92

Text Example


Text Example

White with #687C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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