Html Css Color HEX #687D90 Slate Grey

📋 copy color: '#687D90'

red 104 ◦ green 125 ◦ blue 144

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

Shades of Slate Grey #687D90

Tints of Slate Grey #687D90

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.51%

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

R = 27.88%
G = 33.51%
B = 38.61%

CMYK

 C value IS 0.28

 M value IS 0.13

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#687D90 (or 0x687D90) is known color: Slate Grey. HEX triplet: 68, 7D and 90. RGB value is (104,125,144). Sum of RGB (Red+Green+Blue) = 104+125+144=373 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.88% from 373); Green value is 125 (49.22% from 255 or 33.51% from 373); Blue value is 144 (56.64% from 255 or 38.61% from 373); Max value from RGB is 144 - color contains mainly: blue. Hex color #687D90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687D90 is #97826F. Grayscale: #787878. Windows color (decimal): -9929328 or 9469288. OLE color: 9469288.

HSL color Cylindrical-coordinate representation of color #687D90: hue angle of 208.5º 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 #687D90 is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 104 125 144 -
CMYK 0.28 0.13 0 0.44
HSL 208.5º 0.16% 0.49% -
HSV(B) 208.5º 0.28% 0.56% -
XYZ 18.08 19.62 29.22 -
YUV 120.89 141.04 115.96 -
System Red Green Blue C M Y K H S L
Decimal 104 125 144 0.28 0.13 0 0.44 208.5 0.16 0.49
Hex 68 7D 90 1C D 0 2C D0 10 31
Octal 150 175 220 34 15 0 54 320 20 61
Binary 1101000 1111101 10010000 11100 1101 0 101100 11010000 10000 110001

Color Harmonies of #687D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687D90

Black with #687D90

Text Example


Text Example

White with #687D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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