Html Css Color HEX #687985 Lynch

📋 copy color: '#687985'

red 104 ◦ green 121 ◦ blue 133

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

Shades of Lynch #687985

Tints of Lynch #687985

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.8%

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

R = 29.05%
G = 33.8%
B = 37.15%

CMYK

 C value IS 0.22

 M value IS 0.09

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#687985 (or 0x687985) is known color: Lynch. HEX triplet: 68, 79 and 85. RGB value is (104,121,133). Sum of RGB (Red+Green+Blue) = 104+121+133=358 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.05% from 358); Green value is 121 (47.66% from 255 or 33.80% from 358); Blue value is 133 (52.34% from 255 or 37.15% from 358); Max value from RGB is 133 - color contains mainly: blue. Hex color #687985 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687985 is #97867A. Grayscale: #757575. Windows color (decimal): -9930363 or 8747368. OLE color: 8747368.

HSL color Cylindrical-coordinate representation of color #687985: hue angle of 204.83º 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 #687985 is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 104 121 133 -
CMYK 0.22 0.09 0 0.48
HSL 204.83º 0.12% 0.46% -
HSV(B) 204.83º 0.22% 0.52% -
XYZ 16.78 18.31 24.84 -
YUV 117.29 136.87 118.52 -
System Red Green Blue C M Y K H S L
Decimal 104 121 133 0.22 0.09 0 0.48 204.83 0.12 0.46
Hex 68 79 85 16 9 0 30 CD C 2E
Octal 150 171 205 26 11 0 60 315 14 56
Binary 1101000 1111001 10000101 10110 1001 0 110000 11001101 1100 101110

Color Harmonies of #687985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687985

Black with #687985

Text Example


Text Example

White with #687985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687985; }

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

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

background-color css

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

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

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

border-color css

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

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

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