Html Css Color HEX #687C91 Slate Grey

📋 copy color: '#687C91'

red 104 ◦ green 124 ◦ blue 145

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

Shades of Slate Grey #687C91

Tints of Slate Grey #687C91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 38.87%

R = 27.88%
G = 33.24%
B = 38.87%

CMYK

 C value IS 0.28

 M value IS 0.14

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#687C91 (or 0x687C91) is known color: Slate Grey. HEX triplet: 68, 7C and 91. RGB value is (104,124,145). Sum of RGB (Red+Green+Blue) = 104+124+145=373 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.88% from 373); Green value is 124 (48.83% from 255 or 33.24% from 373); Blue value is 145 (57.03% from 255 or 38.87% from 373); Max value from RGB is 145 - color contains mainly: blue. Hex color #687C91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687C91 is #97836E. Grayscale: #787878. Windows color (decimal): -9929583 or 9534568. OLE color: 9534568.

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

Color convert

RGB 104 124 145 -
CMYK 0.28 0.14 0 0.43
HSL 210.73º 0.16% 0.49% -
HSV(B) 210.73º 0.28% 0.57% -
XYZ 18.03 19.4 29.58 -
YUV 120.41 141.87 116.29 -
System Red Green Blue C M Y K H S L
Decimal 104 124 145 0.28 0.14 0 0.43 210.73 0.16 0.49
Hex 68 7C 91 1C E 0 2B D3 10 31
Octal 150 174 221 34 16 0 53 323 20 61
Binary 1101000 1111100 10010001 11100 1110 0 101011 11010011 10000 110001

Color Harmonies of #687C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687C91

Black with #687C91

Text Example


Text Example

White with #687C91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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