#687885

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

Shades of Lynch #687885

Tints of Lynch #687885

Color information

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

RGB104120133-
CMYK0.220.1000.48
HSL206.9º12.24%46.47%-
HSV(B)206.9º21.8%52.16%-
XYZ16.6618.0724.8-
YUV116.7137.2118.94-

RGB Variations

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

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 (Cyan) values IS 0.22
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1041201330.220.1000.48206.912.2446.47
Hex68788516A030cfc2e
Octal15017020526120603171456
Binary11010001111000100001011011010100110000110011111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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