#68828D

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

Shades of Lynch #68828D

Tints of Lynch #68828D

Color information

#68828D (or 0x68828D) is unknown color: approx Lynch. HEX triplet: 68, 82 and 8D. RGB value is (104,130,141). Sum of RGB (Red+Green+Blue) = 104+130+141=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 130 (51.17% from 255 or 34.67% from 375); Blue value is 141 (55.47% from 255 or 37.6% from 375); Max value from RGB is 141 - color contains mainly: blue. Hex color #68828D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68828D is #977D72. Grayscale: #7B7B7B. Windows color (decimal): -9928051 or 9273960. OLE color: 9273960.

HSL color Cylindrical-coordinate representation of color #68828D: hue angle of 197.84º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #68828D is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB104130141-
CMYK0.260.0800.45
HSL197.84º15.1%48.04%-
HSV(B)197.84º26.24%55.29%-
XYZ18.520.8328.25-
YUV123.48137.89114.11-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.73%
GREEN value IS 130 (51.17% from 255) = 34.67%
BLUE value IS 141 (55.47% from 255) = 37.6%
R=27.73%
G=34.67%
B=37.6%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1041301410.260.0800.45197.8415.148.04
Hex68828D1A802Dc6f30
Octal15020221532100553061760
Binary110100010000010100011011101010000101101110001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68828D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68828D; }

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

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

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

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

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

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

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

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