#6C808C

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

Shades of Lynch #6C808C

Tints of Lynch #6C808C

Color information

#6C808C (or 0x6C808C) is unknown color: approx Lynch. HEX triplet: 6C, 80 and 8C. RGB value is (108,128,140). Sum of RGB (Red+Green+Blue) = 108+128+140=376 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.72% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 140 (55.08% from 255 or 37.23% from 376); Max value from RGB is 140 - color contains mainly: blue. Hex color #6C808C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C808C is #937F73. Grayscale: #7B7B7B. Windows color (decimal): -9666420 or 9207916. OLE color: 9207916.

HSL color Cylindrical-coordinate representation of color #6C808C: hue angle of 202.5º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6C808C is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB108128140-
CMYK0.230.0900.45
HSL202.5º12.9%48.63%-
HSV(B)202.5º22.86%54.9%-
XYZ18.6420.5227.79-
YUV123.39137.37117.02-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 28.72%
GREEN value IS 128 (50.39% from 255) = 34.04%
BLUE value IS 140 (55.08% from 255) = 37.23%
R=28.72%
G=34.04%
B=37.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1081281400.230.0900.45202.512.948.63
Hex6C808C17902Dcad31
Octal15420021427110553121561
Binary110110010000000100011001011110010101101110010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C808C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C808C; }

 p { color: rgb(108,128,140); }

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

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

 a { background-color: rgb(108,128,140); }

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

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

 span { border-color: rgb(108,128,140); }

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