Html Css Color HEX #687A9D Slate Grey

📋 copy color: '#687A9D'

red 104 ◦ green 122 ◦ blue 157

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

Shades of Slate Grey #687A9D

Tints of Slate Grey #687A9D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.85%

 BLUE value IS 157 (61.72% from 255) = 40.99%

R = 27.15%
G = 31.85%
B = 40.99%

CMYK

 C value IS 0.34

 M value IS 0.22

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#687A9D (or 0x687A9D) is known color: Slate Grey. HEX triplet: 68, 7A and 9D. RGB value is (104,122,157). Sum of RGB (Red+Green+Blue) = 104+122+157=383 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.15% from 383); Green value is 122 (48.05% from 255 or 31.85% from 383); Blue value is 157 (61.72% from 255 or 40.99% from 383); Max value from RGB is 157 - color contains mainly: blue. Hex color #687A9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687A9D is #978562. Grayscale: #787878. Windows color (decimal): -9930083 or 10320488. OLE color: 10320488.

HSL color Cylindrical-coordinate representation of color #687A9D: hue angle of 219.62º degrees, saturation: 0.21, 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 #687A9D is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 104 122 157 -
CMYK 0.34 0.22 0 0.38
HSL 219.62º 0.21% 0.51% -
HSV(B) 219.62º 0.34% 0.62% -
XYZ 18.75 19.3 34.63 -
YUV 120.61 148.54 116.15 -
System Red Green Blue C M Y K H S L
Decimal 104 122 157 0.34 0.22 0 0.38 219.62 0.21 0.51
Hex 68 7A 9D 22 16 0 26 DC 15 33
Octal 150 172 235 42 26 0 46 334 25 63
Binary 1101000 1111010 10011101 100010 10110 0 100110 11011100 10101 110011

Color Harmonies of #687A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687A9D

Black with #687A9D

Text Example


Text Example

White with #687A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,122,157); }

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

background-color css

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

 a { background-color: rgb(104,122,157); }

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

border-color css

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

 span { border-color: rgb(104,122,157); }

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