Html Css Color HEX #687881 Lynch

📋 copy color: '#687881'

red 104 ◦ green 120 ◦ blue 129

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

Shades of Lynch #687881

Tints of Lynch #687881

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.99%

 BLUE value IS 129 (50.78% from 255) = 36.54%

R = 29.46%
G = 33.99%
B = 36.54%

CMYK

 C value IS 0.19

 M value IS 0.07

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#687881 (or 0x687881) is known color: Lynch. HEX triplet: 68, 78 and 81. RGB value is (104,120,129). Sum of RGB (Red+Green+Blue) = 104+120+129=353 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.46% from 353); Green value is 120 (47.27% from 255 or 33.99% from 353); Blue value is 129 (50.78% from 255 or 36.54% from 353); Max value from RGB is 129 - color contains mainly: blue. Hex color #687881 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687881 is #97877E. Grayscale: #747474. Windows color (decimal): -9930623 or 8484968. OLE color: 8484968.

HSL color Cylindrical-coordinate representation of color #687881: hue angle of 201.6º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #687881 is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 120 129 -
CMYK 0.19 0.07 0 0.49
HSL 201.6º 0.11% 0.46% -
HSV(B) 201.6º 0.19% 0.51% -
XYZ 16.39 17.96 23.37 -
YUV 116.24 135.2 119.27 -
System Red Green Blue C M Y K H S L
Decimal 104 120 129 0.19 0.07 0 0.49 201.6 0.11 0.46
Hex 68 78 81 13 7 0 31 CA B 2E
Octal 150 170 201 23 7 0 61 312 13 56
Binary 1101000 1111000 10000001 10011 111 0 110001 11001010 1011 101110

Color Harmonies of #687881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687881

Black with #687881

Text Example


Text Example

White with #687881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687881; }

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

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

background-color css

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

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

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

border-color css

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

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

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