#687888

Color #687888 Lynch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lynch #687888

Tints of Lynch #687888

Color information

#687888 (or 0x687888) is unknown color: approx Lynch. HEX triplet: 68, 78 and 88. RGB value is (104,120,136). Sum of RGB (Red+Green+Blue) = 104+120+136=360 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.89% from 360); Green value is 120 (47.27% from 255 or 33.33% from 360); Blue value is 136 (53.52% from 255 or 37.78% from 360); Max value from RGB is 136 - color contains mainly: blue. Hex color #687888 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687888 is #978777. Grayscale: #747474. Windows color (decimal): -9930616 or 8943720. OLE color: 8943720.

HSL color Cylindrical-coordinate representation of color #687888: hue angle of 210º 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 #687888 is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB104120136-
CMYK0.240.1200.47
HSL210º13.33%47.06%-
HSV(B)210º23.53%53.33%-
XYZ16.8718.1525.91-
YUV117.04138.7118.7-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.89%
GREEN value IS 120 (47.27% from 255) = 33.33%
BLUE value IS 136 (53.52% from 255) = 37.78%
R=28.89%
G=33.33%
B=37.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1041201360.240.1200.4721013.3347.06
Hex68788818C02Fd2d2f
Octal15017021030140573221557
Binary11010001111000100010001100011000101111110100101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687888; }

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

 H1.HeaderClassName
 {
   color: #687888;
 }
 .AnyTagClassName
 {
   color: #687888;
 }
</style>
background-color css

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

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

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

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

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

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