#687F90

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

Shades of Lynch #687F90

Tints of Lynch #687F90

Color information

#687F90 (or 0x687F90) is unknown color: approx Lynch. HEX triplet: 68, 7F and 90. RGB value is (104,127,144). Sum of RGB (Red+Green+Blue) = 104+127+144=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 127 (50% from 255 or 33.87% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 144 - color contains mainly: blue. Hex color #687F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687F90 is #97806F. Grayscale: #797979. Windows color (decimal): -9928816 or 9469800. OLE color: 9469800.

HSL color Cylindrical-coordinate representation of color #687F90: hue angle of 205.5º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #687F90 is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB104127144-
CMYK0.280.1200.44
HSL205.5º16.13%48.63%-
HSV(B)205.5º27.78%56.47%-
XYZ18.3320.1429.31-
YUV122.06140.38115.12-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.73%
GREEN value IS 127 (50% from 255) = 33.87%
BLUE value IS 144 (56.64% from 255) = 38.4%
R=27.73%
G=33.87%
B=38.4%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1041271440.280.1200.44205.516.1348.63
Hex687F901CC02Cce1031
Octal15017722034140543162061
Binary110100011111111001000011100110001011001100111010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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