Html Css Color HEX #687C9F Slate Grey

📋 copy color: '#687C9F'

red 104 ◦ green 124 ◦ blue 159

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

Shades of Slate Grey #687C9F

Tints of Slate Grey #687C9F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.04%

 BLUE value IS 159 (62.5% from 255) = 41.09%

R = 26.87%
G = 32.04%
B = 41.09%

CMYK

 C value IS 0.35

 M value IS 0.22

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#687C9F (or 0x687C9F) is known color: Slate Grey. HEX triplet: 68, 7C and 9F. RGB value is (104,124,159). Sum of RGB (Red+Green+Blue) = 104+124+159=387 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.87% from 387); Green value is 124 (48.83% from 255 or 32.04% from 387); Blue value is 159 (62.5% from 255 or 41.09% from 387); Max value from RGB is 159 - color contains mainly: blue. Hex color #687C9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687C9F is #978360. Grayscale: #797979. Windows color (decimal): -9929569 or 10452072. OLE color: 10452072.

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

Color convert

RGB 104 124 159 -
CMYK 0.35 0.22 0 0.38
HSL 218.18º 0.22% 0.52% -
HSV(B) 218.18º 0.35% 0.62% -
XYZ 19.17 19.86 35.62 -
YUV 122.01 148.87 115.15 -
System Red Green Blue C M Y K H S L
Decimal 104 124 159 0.35 0.22 0 0.38 218.18 0.22 0.52
Hex 68 7C 9F 23 16 0 26 DA 16 34
Octal 150 174 237 43 26 0 46 332 26 64
Binary 1101000 1111100 10011111 100011 10110 0 100110 11011010 10110 110100

Color Harmonies of #687C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687C9F

Black with #687C9F

Text Example


Text Example

White with #687C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,124,159); }

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

background-color css

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

 a { background-color: rgb(104,124,159); }

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

border-color css

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

 span { border-color: rgb(104,124,159); }

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