#688290

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

Shades of Lynch #688290

Tints of Lynch #688290

Color information

#688290 (or 0x688290) is unknown color: approx Lynch. HEX triplet: 68, 82 and 90. RGB value is (104,130,144). Sum of RGB (Red+Green+Blue) = 104+130+144=378 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.51% from 378); Green value is 130 (51.17% from 255 or 34.39% from 378); Blue value is 144 (56.64% from 255 or 38.10% from 378); Max value from RGB is 144 - color contains mainly: blue. Hex color #688290 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688290 is #977D6F. Grayscale: #7B7B7B. Windows color (decimal): -9928048 or 9470568. OLE color: 9470568.

HSL color Cylindrical-coordinate representation of color #688290: hue angle of 201º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #688290 is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB104130144-
CMYK0.280.1000.44
HSL201º16.13%48.63%-
HSV(B)201º27.78%56.47%-
XYZ18.7320.9229.44-
YUV123.82139.39113.86-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.51%
GREEN value IS 130 (51.17% from 255) = 34.39%
BLUE value IS 144 (56.64% from 255) = 38.10%
R=27.51%
G=34.39%
B=38.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1041301440.280.1000.4420116.1348.63
Hex6882901CA02Cc91031
Octal15020222034120543112061
Binary1101000100000101001000011100101001011001100100110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688290; }

 p { color: rgb(104,130,144); }

 H1.HeaderClassName
 {
   color: #688290;
 }
 .AnyTagClassName
 {
   color: #688290;
 }
</style>
background-color css

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

 a { background-color: rgb(104,130,144); }

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

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

 span { border-color: rgb(104,130,144); }

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