Html Css Color HEX #687B94 Slate Grey

📋 copy color: '#687B94'

red 104 ◦ green 123 ◦ blue 148

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

Shades of Slate Grey #687B94

Tints of Slate Grey #687B94

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.8%

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

R = 27.73%
G = 32.8%
B = 39.47%

CMYK

 C value IS 0.30

 M value IS 0.17

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#687B94 (or 0x687B94) is known color: Slate Grey. HEX triplet: 68, 7B and 94. RGB value is (104,123,148). Sum of RGB (Red+Green+Blue) = 104+123+148=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 123 (48.44% from 255 or 32.8% from 375); Blue value is 148 (58.20% from 255 or 39.47% from 375); Max value from RGB is 148 - color contains mainly: blue. Hex color #687B94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687B94 is #97846B. Grayscale: #787878. Windows color (decimal): -9929836 or 9730920. OLE color: 9730920.

HSL color Cylindrical-coordinate representation of color #687B94: hue angle of 214.09º 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 #687B94 is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 123 148 -
CMYK 0.30 0.17 0 0.42
HSL 214.09º 0.17% 0.49% -
HSV(B) 214.09º 0.3% 0.58% -
XYZ 18.14 19.25 30.78 -
YUV 120.17 143.71 116.47 -
System Red Green Blue C M Y K H S L
Decimal 104 123 148 0.30 0.17 0 0.42 214.09 0.17 0.49
Hex 68 7B 94 1E 11 0 2A D6 11 31
Octal 150 173 224 36 21 0 52 326 21 61
Binary 1101000 1111011 10010100 11110 10001 0 101010 11010110 10001 110001

Color Harmonies of #687B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687B94

Black with #687B94

Text Example


Text Example

White with #687B94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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