Html Css Color HEX #687E95 Slate Grey

📋 copy color: '#687E95'

red 104 ◦ green 126 ◦ blue 149

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

Shades of Slate Grey #687E95

Tints of Slate Grey #687E95

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.25%

 BLUE value IS 149 (58.59% from 255) = 39.31%

R = 27.44%
G = 33.25%
B = 39.31%

CMYK

 C value IS 0.30

 M value IS 0.15

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#687E95 (or 0x687E95) is known color: Slate Grey. HEX triplet: 68, 7E and 95. RGB value is (104,126,149). Sum of RGB (Red+Green+Blue) = 104+126+149=379 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.44% from 379); Green value is 126 (49.61% from 255 or 33.25% from 379); Blue value is 149 (58.59% from 255 or 39.31% from 379); Max value from RGB is 149 - color contains mainly: blue. Hex color #687E95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687E95 is #97816A. Grayscale: #797979. Windows color (decimal): -9929067 or 9797224. OLE color: 9797224.

HSL color Cylindrical-coordinate representation of color #687E95: hue angle of 210.67º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #687E95 is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 126 149 -
CMYK 0.30 0.15 0 0.42
HSL 210.67º 0.18% 0.5% -
HSV(B) 210.67º 0.3% 0.58% -
XYZ 18.59 20.03 31.32 -
YUV 122.04 143.21 115.13 -
System Red Green Blue C M Y K H S L
Decimal 104 126 149 0.30 0.15 0 0.42 210.67 0.18 0.5
Hex 68 7E 95 1E F 0 2A D3 12 32
Octal 150 176 225 36 17 0 52 323 22 62
Binary 1101000 1111110 10010101 11110 1111 0 101010 11010011 10010 110010

Color Harmonies of #687E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687E95

Black with #687E95

Text Example


Text Example

White with #687E95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,126,149); }

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

background-color css

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

 a { background-color: rgb(104,126,149); }

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

border-color css

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

 span { border-color: rgb(104,126,149); }

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