Html Css Color HEX #687885 Lynch

📋 copy color: '#687885'

red 104 ◦ green 120 ◦ blue 133

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

Shades of Lynch #687885

Tints of Lynch #687885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 37.25%

R = 29.13%
G = 33.61%
B = 37.25%

CMYK

 C value IS 0.22

 M value IS 0.10

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#687885 (or 0x687885) is known color: Lynch. HEX triplet: 68, 78 and 85. RGB value is (104,120,133). Sum of RGB (Red+Green+Blue) = 104+120+133=357 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.13% from 357); Green value is 120 (47.27% from 255 or 33.61% from 357); Blue value is 133 (52.34% from 255 or 37.25% from 357); Max value from RGB is 133 - color contains mainly: blue. Hex color #687885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687885 is #97877A. Grayscale: #747474. Windows color (decimal): -9930619 or 8747112. OLE color: 8747112.

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

Color convert

RGB 104 120 133 -
CMYK 0.22 0.10 0 0.48
HSL 206.9º 0.12% 0.46% -
HSV(B) 206.9º 0.22% 0.52% -
XYZ 16.66 18.07 24.8 -
YUV 116.7 137.2 118.94 -
System Red Green Blue C M Y K H S L
Decimal 104 120 133 0.22 0.10 0 0.48 206.9 0.12 0.46
Hex 68 78 85 16 A 0 30 CF C 2E
Octal 150 170 205 26 12 0 60 317 14 56
Binary 1101000 1111000 10000101 10110 1010 0 110000 11001111 1100 101110

Color Harmonies of #687885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687885

Black with #687885

Text Example


Text Example

White with #687885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687885; }

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

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

background-color css

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

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

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

border-color css

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

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

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