Html Css Color HEX #687988 Lynch

📋 copy color: '#687988'

red 104 ◦ green 121 ◦ blue 136

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

Shades of Lynch #687988

Tints of Lynch #687988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 37.67%

R = 28.81%
G = 33.52%
B = 37.67%

CMYK

 C value IS 0.24

 M value IS 0.11

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#687988 (or 0x687988) is known color: Lynch. HEX triplet: 68, 79 and 88. RGB value is (104,121,136). Sum of RGB (Red+Green+Blue) = 104+121+136=361 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.81% from 361); Green value is 121 (47.66% from 255 or 33.52% from 361); Blue value is 136 (53.52% from 255 or 37.67% from 361); Max value from RGB is 136 - color contains mainly: blue. Hex color #687988 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687988 is #978677. Grayscale: #757575. Windows color (decimal): -9930360 or 8943976. OLE color: 8943976.

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

Color convert

RGB 104 121 136 -
CMYK 0.24 0.11 0 0.47
HSL 208.13º 0.13% 0.47% -
HSV(B) 208.13º 0.24% 0.53% -
XYZ 16.99 18.4 25.95 -
YUV 117.63 138.37 118.28 -
System Red Green Blue C M Y K H S L
Decimal 104 121 136 0.24 0.11 0 0.47 208.13 0.13 0.47
Hex 68 79 88 18 B 0 2F D0 D 2F
Octal 150 171 210 30 13 0 57 320 15 57
Binary 1101000 1111001 10001000 11000 1011 0 101111 11010000 1101 101111

Color Harmonies of #687988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687988

Black with #687988

Text Example


Text Example

White with #687988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687988; }

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

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

background-color css

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

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

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

border-color css

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

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

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