#687985

Color #687985 Lynch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lynch #687985

Tints of Lynch #687985

Color information

#687985 (or 0x687985) is unknown color: approx 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

RGB104121133-
CMYK0.220.0900.48
HSL204.83º12.24%46.47%-
HSV(B)204.83º21.8%52.16%-
XYZ16.7818.3124.84-
YUV117.29136.87118.52-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.05%
GREEN value IS 121 (47.66% from 255) = 33.80%
BLUE value IS 133 (52.34% from 255) = 37.15%
R=29.05%
G=33.80%
B=37.15%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1041211330.220.0900.48204.8312.2446.47
Hex687985169030cdc2e
Octal15017120526110603151456
Binary11010001111001100001011011010010110000110011011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>