Html Css Color HEX #687FA0 Slate Grey

📋 copy color: '#687FA0'

red 104 ◦ green 127 ◦ blue 160

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

Shades of Slate Grey #687FA0

Tints of Slate Grey #687FA0

RGB

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

 GREEN value IS 127 (50% from 255) = 32.48%

 BLUE value IS 160 (62.89% from 255) = 40.92%

R = 26.6%
G = 32.48%
B = 40.92%

CMYK

 C value IS 0.35

 M value IS 0.21

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#687FA0 (or 0x687FA0) is known color: Slate Grey. HEX triplet: 68, 7F and A0. RGB value is (104,127,160). Sum of RGB (Red+Green+Blue) = 104+127+160=391 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.60% from 391); Green value is 127 (50% from 255 or 32.48% from 391); Blue value is 160 (62.89% from 255 or 40.92% from 391); Max value from RGB is 160 - color contains mainly: blue. Hex color #687FA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687FA0 is #97805F. Grayscale: #7B7B7B. Windows color (decimal): -9928800 or 10518376. OLE color: 10518376.

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

Color convert

RGB 104 127 160 -
CMYK 0.35 0.21 0 0.37
HSL 215.36º 0.23% 0.52% -
HSV(B) 215.36º 0.35% 0.63% -
XYZ 19.64 20.66 36.21 -
YUV 123.89 148.38 113.82 -
System Red Green Blue C M Y K H S L
Decimal 104 127 160 0.35 0.21 0 0.37 215.36 0.23 0.52
Hex 68 7F A0 23 15 0 25 D7 17 34
Octal 150 177 240 43 25 0 45 327 27 64
Binary 1101000 1111111 10100000 100011 10101 0 100101 11010111 10111 110100

Color Harmonies of #687FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687FA0

Black with #687FA0

Text Example


Text Example

White with #687FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,127,160); }

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

background-color css

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

 a { background-color: rgb(104,127,160); }

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

border-color css

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

 span { border-color: rgb(104,127,160); }

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