Html Css Color HEX #687F90 Lynch

📋 copy color: '#687F90'

red 104 ◦ green 127 ◦ blue 144

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

Shades of Lynch #687F90

Tints of Lynch #687F90

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 value IS 0.28

 M value IS 0.12

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#687F90 (or 0x687F90) is known color: 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

RGB 104 127 144 -
CMYK 0.28 0.12 0 0.44
HSL 205.5º 0.16% 0.49% -
HSV(B) 205.5º 0.28% 0.56% -
XYZ 18.33 20.14 29.31 -
YUV 122.06 140.38 115.12 -
System Red Green Blue C M Y K H S L
Decimal 104 127 144 0.28 0.12 0 0.44 205.5 0.16 0.49
Hex 68 7F 90 1C C 0 2C CE 10 31
Octal 150 177 220 34 14 0 54 316 20 61
Binary 1101000 1111111 10010000 11100 1100 0 101100 11001110 10000 110001

Color Harmonies of #687F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687F90

Black with #687F90

Text Example


Text Example

White with #687F90

Text Example


Text Example

HTML Codes & Css Web 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>