Html Css Color HEX #687EA2 Slate Grey

📋 copy color: '#687EA2'

red 104 ◦ green 126 ◦ blue 162

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

Shades of Slate Grey #687EA2

Tints of Slate Grey #687EA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 41.33%

R = 26.53%
G = 32.14%
B = 41.33%

CMYK

 C value IS 0.36

 M value IS 0.22

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#687EA2 (or 0x687EA2) is known color: Slate Grey. HEX triplet: 68, 7E and A2. RGB value is (104,126,162). Sum of RGB (Red+Green+Blue) = 104+126+162=392 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.53% from 392); Green value is 126 (49.61% from 255 or 32.14% from 392); Blue value is 162 (63.67% from 255 or 41.33% from 392); Max value from RGB is 162 - color contains mainly: blue. Hex color #687EA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687EA2 is #97815D. Grayscale: #7B7B7B. Windows color (decimal): -9929054 or 10649192. OLE color: 10649192.

HSL color Cylindrical-coordinate representation of color #687EA2: hue angle of 217.24º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #687EA2 is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 104 126 162 -
CMYK 0.36 0.22 0 0.36
HSL 217.24º 0.24% 0.52% -
HSV(B) 217.24º 0.36% 0.64% -
XYZ 19.69 20.47 37.1 -
YUV 123.53 149.71 114.07 -
System Red Green Blue C M Y K H S L
Decimal 104 126 162 0.36 0.22 0 0.36 217.24 0.24 0.52
Hex 68 7E A2 24 16 0 24 D9 18 34
Octal 150 176 242 44 26 0 44 331 30 64
Binary 1101000 1111110 10100010 100100 10110 0 100100 11011001 11000 110100

Color Harmonies of #687EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687EA2

Black with #687EA2

Text Example


Text Example

White with #687EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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