Html Css Color HEX #687E94 Slate Grey

📋 copy color: '#687E94'

red 104 ◦ green 126 ◦ blue 148

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

Shades of Slate Grey #687E94

Tints of Slate Grey #687E94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 39.15%

R = 27.51%
G = 33.33%
B = 39.15%

CMYK

 C value IS 0.30

 M value IS 0.15

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#687E94 (or 0x687E94) is known color: Slate Grey. HEX triplet: 68, 7E and 94. RGB value is (104,126,148). Sum of RGB (Red+Green+Blue) = 104+126+148=378 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.51% from 378); Green value is 126 (49.61% from 255 or 33.33% from 378); Blue value is 148 (58.20% from 255 or 39.15% from 378); Max value from RGB is 148 - color contains mainly: blue. Hex color #687E94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687E94 is #97816B. Grayscale: #797979. Windows color (decimal): -9929068 or 9731688. OLE color: 9731688.

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

Color convert

RGB 104 126 148 -
CMYK 0.30 0.15 0 0.42
HSL 210º 0.17% 0.49% -
HSV(B) 210º 0.3% 0.58% -
XYZ 18.52 20 30.9 -
YUV 121.93 142.71 115.21 -
System Red Green Blue C M Y K H S L
Decimal 104 126 148 0.30 0.15 0 0.42 210 0.17 0.49
Hex 68 7E 94 1E F 0 2A D2 11 31
Octal 150 176 224 36 17 0 52 322 21 61
Binary 1101000 1111110 10010100 11110 1111 0 101010 11010010 10001 110001

Color Harmonies of #687E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687E94

Black with #687E94

Text Example


Text Example

White with #687E94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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