Html Css Color HEX #687E9F Slate Grey

📋 copy color: '#687E9F'

red 104 ◦ green 126 ◦ blue 159

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

Shades of Slate Grey #687E9F

Tints of Slate Grey #687E9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 40.87%

R = 26.74%
G = 32.39%
B = 40.87%

CMYK

 C value IS 0.35

 M value IS 0.21

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#687E9F (or 0x687E9F) is known color: Slate Grey. HEX triplet: 68, 7E and 9F. RGB value is (104,126,159). Sum of RGB (Red+Green+Blue) = 104+126+159=389 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.74% from 389); Green value is 126 (49.61% from 255 or 32.39% from 389); Blue value is 159 (62.5% from 255 or 40.87% from 389); Max value from RGB is 159 - color contains mainly: blue. Hex color #687E9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687E9F is #978160. Grayscale: #7B7B7B. Windows color (decimal): -9929057 or 10452584. OLE color: 10452584.

HSL color Cylindrical-coordinate representation of color #687E9F: hue angle of 216º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #687E9F is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 104 126 159 -
CMYK 0.35 0.21 0 0.38
HSL 216º 0.22% 0.52% -
HSV(B) 216º 0.35% 0.62% -
XYZ 19.43 20.37 35.71 -
YUV 123.18 148.21 114.32 -
System Red Green Blue C M Y K H S L
Decimal 104 126 159 0.35 0.21 0 0.38 216 0.22 0.52
Hex 68 7E 9F 23 15 0 26 D8 16 34
Octal 150 176 237 43 25 0 46 330 26 64
Binary 1101000 1111110 10011111 100011 10101 0 100110 11011000 10110 110100

Color Harmonies of #687E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687E9F

Black with #687E9F

Text Example


Text Example

White with #687E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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