Html Css Color HEX #687987 Lynch

📋 copy color: '#687987'

red 104 ◦ green 121 ◦ blue 135

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

Shades of Lynch #687987

Tints of Lynch #687987

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.61%

 BLUE value IS 135 (53.13% from 255) = 37.5%

R = 28.89%
G = 33.61%
B = 37.5%

CMYK

 C value IS 0.23

 M value IS 0.10

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#687987 (or 0x687987) is known color: Lynch. HEX triplet: 68, 79 and 87. RGB value is (104,121,135). Sum of RGB (Red+Green+Blue) = 104+121+135=360 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.89% from 360); Green value is 121 (47.66% from 255 or 33.61% from 360); Blue value is 135 (53.12% from 255 or 37.5% from 360); Max value from RGB is 135 - color contains mainly: blue. Hex color #687987 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687987 is #978678. Grayscale: #757575. Windows color (decimal): -9930361 or 8878440. OLE color: 8878440.

HSL color Cylindrical-coordinate representation of color #687987: hue angle of 207.1º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #687987 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 104 121 135 -
CMYK 0.23 0.10 0 0.47
HSL 207.1º 0.13% 0.47% -
HSV(B) 207.1º 0.23% 0.53% -
XYZ 16.92 18.37 25.58 -
YUV 117.51 137.87 118.36 -
System Red Green Blue C M Y K H S L
Decimal 104 121 135 0.23 0.10 0 0.47 207.1 0.13 0.47
Hex 68 79 87 17 A 0 2F CF D 2F
Octal 150 171 207 27 12 0 57 317 15 57
Binary 1101000 1111001 10000111 10111 1010 0 101111 11001111 1101 101111

Color Harmonies of #687987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687987

Black with #687987

Text Example


Text Example

White with #687987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687987; }

 p { color: rgb(104,121,135); }

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

background-color css

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

 a { background-color: rgb(104,121,135); }

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

border-color css

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

 span { border-color: rgb(104,121,135); }

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