Html Css Color HEX #687E90 Slate Grey

📋 copy color: '#687E90'

red 104 ◦ green 126 ◦ blue 144

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

Shades of Slate Grey #687E90

Tints of Slate Grey #687E90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 38.5%

R = 27.81%
G = 33.69%
B = 38.5%

CMYK

 C value IS 0.28

 M value IS 0.12

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#687E90 (or 0x687E90) is known color: Slate Grey. HEX triplet: 68, 7E and 90. RGB value is (104,126,144). Sum of RGB (Red+Green+Blue) = 104+126+144=374 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.81% from 374); Green value is 126 (49.61% from 255 or 33.69% from 374); Blue value is 144 (56.64% from 255 or 38.50% from 374); Max value from RGB is 144 - color contains mainly: blue. Hex color #687E90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687E90 is #97816F. Grayscale: #797979. Windows color (decimal): -9929072 or 9469544. OLE color: 9469544.

HSL color Cylindrical-coordinate representation of color #687E90: hue angle of 207º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #687E90 is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 104 126 144 -
CMYK 0.28 0.12 0 0.44
HSL 207º 0.16% 0.49% -
HSV(B) 207º 0.28% 0.56% -
XYZ 18.2 19.88 29.26 -
YUV 121.47 140.71 115.54 -
System Red Green Blue C M Y K H S L
Decimal 104 126 144 0.28 0.12 0 0.44 207 0.16 0.49
Hex 68 7E 90 1C C 0 2C CF 10 31
Octal 150 176 220 34 14 0 54 317 20 61
Binary 1101000 1111110 10010000 11100 1100 0 101100 11001111 10000 110001

Color Harmonies of #687E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687E90

Black with #687E90

Text Example


Text Example

White with #687E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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