Html Css Color HEX #687884 Lynch

📋 copy color: '#687884'

red 104 ◦ green 120 ◦ blue 132

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

Shades of Lynch #687884

Tints of Lynch #687884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 37.08%

R = 29.21%
G = 33.71%
B = 37.08%

CMYK

 C value IS 0.21

 M value IS 0.09

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#687884 (or 0x687884) is known color: Lynch. HEX triplet: 68, 78 and 84. RGB value is (104,120,132). Sum of RGB (Red+Green+Blue) = 104+120+132=356 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.21% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 132 (51.95% from 255 or 37.08% from 356); Max value from RGB is 132 - color contains mainly: blue. Hex color #687884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687884 is #97877B. Grayscale: #747474. Windows color (decimal): -9930620 or 8681576. OLE color: 8681576.

HSL color Cylindrical-coordinate representation of color #687884: hue angle of 205.71º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #687884 is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 104 120 132 -
CMYK 0.21 0.09 0 0.48
HSL 205.71º 0.12% 0.46% -
HSV(B) 205.71º 0.21% 0.52% -
XYZ 16.59 18.04 24.44 -
YUV 116.58 136.7 119.02 -
System Red Green Blue C M Y K H S L
Decimal 104 120 132 0.21 0.09 0 0.48 205.71 0.12 0.46
Hex 68 78 84 15 9 0 30 CE C 2E
Octal 150 170 204 25 11 0 60 316 14 56
Binary 1101000 1111000 10000100 10101 1001 0 110000 11001110 1100 101110

Color Harmonies of #687884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687884

Black with #687884

Text Example


Text Example

White with #687884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687884; }

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

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

background-color css

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

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

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

border-color css

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

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

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