Html Css Color HEX #687D9E Slate Grey

📋 copy color: '#687D9E'

red 104 ◦ green 125 ◦ blue 158

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

Shades of Slate Grey #687D9E

Tints of Slate Grey #687D9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 40.83%

R = 26.87%
G = 32.3%
B = 40.83%

CMYK

 C value IS 0.34

 M value IS 0.21

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#687D9E (or 0x687D9E) is known color: Slate Grey. HEX triplet: 68, 7D and 9E. RGB value is (104,125,158). Sum of RGB (Red+Green+Blue) = 104+125+158=387 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.87% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 158 (62.11% from 255 or 40.83% from 387); Max value from RGB is 158 - color contains mainly: blue. Hex color #687D9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687D9E is #978261. Grayscale: #7A7A7A. Windows color (decimal): -9929314 or 10386792. OLE color: 10386792.

HSL color Cylindrical-coordinate representation of color #687D9E: hue angle of 216.67º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #687D9E is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 104 125 158 -
CMYK 0.34 0.21 0 0.38
HSL 216.67º 0.22% 0.51% -
HSV(B) 216.67º 0.34% 0.62% -
XYZ 19.21 20.08 35.21 -
YUV 122.48 148.04 114.82 -
System Red Green Blue C M Y K H S L
Decimal 104 125 158 0.34 0.21 0 0.38 216.67 0.22 0.51
Hex 68 7D 9E 22 15 0 26 D9 16 33
Octal 150 175 236 42 25 0 46 331 26 63
Binary 1101000 1111101 10011110 100010 10101 0 100110 11011001 10110 110011

Color Harmonies of #687D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687D9E

Black with #687D9E

Text Example


Text Example

White with #687D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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