Html Css Color HEX #687894 Slate Grey

📋 copy color: '#687894'

red 104 ◦ green 120 ◦ blue 148

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

Shades of Slate Grey #687894

Tints of Slate Grey #687894

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.26%

 BLUE value IS 148 (58.2% from 255) = 39.78%

R = 27.96%
G = 32.26%
B = 39.78%

CMYK

 C value IS 0.30

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#687894 (or 0x687894) is known color: Slate Grey. HEX triplet: 68, 78 and 94. RGB value is (104,120,148). Sum of RGB (Red+Green+Blue) = 104+120+148=372 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.96% from 372); Green value is 120 (47.27% from 255 or 32.26% from 372); Blue value is 148 (58.20% from 255 or 39.78% from 372); Max value from RGB is 148 - color contains mainly: blue. Hex color #687894 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687894 is #97876B. Grayscale: #767676. Windows color (decimal): -9930604 or 9730152. OLE color: 9730152.

HSL color Cylindrical-coordinate representation of color #687894: hue angle of 218.18º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #687894 is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 120 148 -
CMYK 0.30 0.19 0 0.42
HSL 218.18º 0.17% 0.49% -
HSV(B) 218.18º 0.3% 0.58% -
XYZ 17.77 18.51 30.65 -
YUV 118.41 144.7 117.72 -
System Red Green Blue C M Y K H S L
Decimal 104 120 148 0.30 0.19 0 0.42 218.18 0.17 0.49
Hex 68 78 94 1E 13 0 2A DA 11 31
Octal 150 170 224 36 23 0 52 332 21 61
Binary 1101000 1111000 10010100 11110 10011 0 101010 11011010 10001 110001

Color Harmonies of #687894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687894

Black with #687894

Text Example


Text Example

White with #687894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687894; }

 p { color: rgb(104,120,148); }

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

background-color css

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

 a { background-color: rgb(104,120,148); }

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

border-color css

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

 span { border-color: rgb(104,120,148); }

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