Html Css Color HEX #687E93 Slate Grey

📋 copy color: '#687E93'

red 104 ◦ green 126 ◦ blue 147

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

Shades of Slate Grey #687E93

Tints of Slate Grey #687E93

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.42%

 BLUE value IS 147 (57.81% from 255) = 38.99%

R = 27.59%
G = 33.42%
B = 38.99%

CMYK

 C value IS 0.29

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#687E93 (or 0x687E93) is known color: Slate Grey. HEX triplet: 68, 7E and 93. RGB value is (104,126,147). Sum of RGB (Red+Green+Blue) = 104+126+147=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 126 (49.61% from 255 or 33.42% from 377); Blue value is 147 (57.81% from 255 or 38.99% from 377); Max value from RGB is 147 - color contains mainly: blue. Hex color #687E93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687E93 is #97816C. Grayscale: #797979. Windows color (decimal): -9929069 or 9666152. OLE color: 9666152.

HSL color Cylindrical-coordinate representation of color #687E93: hue angle of 209.3º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #687E93 is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 126 147 -
CMYK 0.29 0.14 0 0.42
HSL 209.3º 0.17% 0.49% -
HSV(B) 209.3º 0.29% 0.58% -
XYZ 18.44 19.97 30.49 -
YUV 121.82 142.21 115.29 -
System Red Green Blue C M Y K H S L
Decimal 104 126 147 0.29 0.14 0 0.42 209.3 0.17 0.49
Hex 68 7E 93 1D E 0 2A D1 11 31
Octal 150 176 223 35 16 0 52 321 21 61
Binary 1101000 1111110 10010011 11101 1110 0 101010 11010001 10001 110001

Color Harmonies of #687E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687E93

Black with #687E93

Text Example


Text Example

White with #687E93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,126,147); }

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

background-color css

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

 a { background-color: rgb(104,126,147); }

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

border-color css

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

 span { border-color: rgb(104,126,147); }

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