#688293

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

Shades of Lynch #688293

Tints of Lynch #688293

Color information

#688293 (or 0x688293) is unknown color: approx Lynch. HEX triplet: 68, 82 and 93. RGB value is (104,130,147). Sum of RGB (Red+Green+Blue) = 104+130+147=381 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.30% from 381); Green value is 130 (51.17% from 255 or 34.12% from 381); Blue value is 147 (57.81% from 255 or 38.58% from 381); Max value from RGB is 147 - color contains mainly: blue. Hex color #688293 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688293 is #977D6C. Grayscale: #7C7C7C. Windows color (decimal): -9928045 or 9667176. OLE color: 9667176.

HSL color Cylindrical-coordinate representation of color #688293: hue angle of 203.72º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #688293 is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB104130147-
CMYK0.290.1200.42
HSL203.72º17.13%49.22%-
HSV(B)203.72º29.25%57.65%-
XYZ18.9621.0130.66-
YUV124.16140.89113.62-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.30%
GREEN value IS 130 (51.17% from 255) = 34.12%
BLUE value IS 147 (57.81% from 255) = 38.58%
R=27.30%
G=34.12%
B=38.58%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1041301470.290.1200.42203.7217.1349.22
Hex6882931DC02Acc1131
Octal15020222335140523142161
Binary1101000100000101001001111101110001010101100110010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688293; }

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

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

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

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

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

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

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

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