#688192

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

Shades of Lynch #688192

Tints of Lynch #688192

Color information

#688192 (or 0x688192) is unknown color: approx Lynch. HEX triplet: 68, 81 and 92. RGB value is (104,129,146). Sum of RGB (Red+Green+Blue) = 104+129+146=379 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.44% from 379); Green value is 129 (50.78% from 255 or 34.04% from 379); Blue value is 146 (57.42% from 255 or 38.52% from 379); Max value from RGB is 146 - color contains mainly: blue. Hex color #688192 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688192 is #977E6D. Grayscale: #7B7B7B. Windows color (decimal): -9928302 or 9601384. OLE color: 9601384.

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

Color convert

RGB104129146-
CMYK0.290.1200.43
HSL204.29º16.8%49.02%-
HSV(B)204.29º28.77%57.25%-
XYZ18.7520.7230.21-
YUV123.46140.72114.12-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.44%
GREEN value IS 129 (50.78% from 255) = 34.04%
BLUE value IS 146 (57.42% from 255) = 38.52%
R=27.44%
G=34.04%
B=38.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1041291460.290.1200.43204.2916.849.02
Hex6881921DC02Bcc1131
Octal15020122235140533142161
Binary1101000100000011001001011101110001010111100110010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688192; }

 p { color: rgb(104,129,146); }

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

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

 a { background-color: rgb(104,129,146); }

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

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

 span { border-color: rgb(104,129,146); }

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