Html Css Color HEX #687882 Lynch

📋 copy color: '#687882'

red 104 ◦ green 120 ◦ blue 130

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

Shades of Lynch #687882

Tints of Lynch #687882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 36.72%

R = 29.38%
G = 33.9%
B = 36.72%

CMYK

 C value IS 0.2

 M value IS 0.08

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#687882 (or 0x687882) is known color: Lynch. HEX triplet: 68, 78 and 82. RGB value is (104,120,130). Sum of RGB (Red+Green+Blue) = 104+120+130=354 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.38% from 354); Green value is 120 (47.27% from 255 or 33.90% from 354); Blue value is 130 (51.17% from 255 or 36.72% from 354); Max value from RGB is 130 - color contains mainly: blue. Hex color #687882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687882 is #97877D. Grayscale: #747474. Windows color (decimal): -9930622 or 8550504. OLE color: 8550504.

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

Color convert

RGB 104 120 130 -
CMYK 0.2 0.08 0 0.49
HSL 203.08º 0.11% 0.46% -
HSV(B) 203.08º 0.2% 0.51% -
XYZ 16.45 17.99 23.72 -
YUV 116.36 135.7 119.19 -
System Red Green Blue C M Y K H S L
Decimal 104 120 130 0.2 0.08 0 0.49 203.08 0.11 0.46
Hex 68 78 82 14 8 0 31 CB B 2E
Octal 150 170 202 24 10 0 61 313 13 56
Binary 1101000 1111000 10000010 10100 1000 0 110001 11001011 1011 101110

Color Harmonies of #687882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687882

Black with #687882

Text Example


Text Example

White with #687882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687882; }

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

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

background-color css

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

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

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

border-color css

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

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

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