#6A828E

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

Shades of Lynch #6A828E

Tints of Lynch #6A828E

Color information

#6A828E (or 0x6A828E) is unknown color: approx Lynch. HEX triplet: 6A, 82 and 8E. RGB value is (106,130,142). Sum of RGB (Red+Green+Blue) = 106+130+142=378 (50% of max value = 765). Red value is 106 (41.80% from 255 or 28.04% from 378); Green value is 130 (51.17% from 255 or 34.39% from 378); Blue value is 142 (55.86% from 255 or 37.57% from 378); Max value from RGB is 142 - color contains mainly: blue. Hex color #6A828E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A828E is #957D71. Grayscale: #7C7C7C. Windows color (decimal): -9796978 or 9339498. OLE color: 9339498.

HSL color Cylindrical-coordinate representation of color #6A828E: hue angle of 200º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6A828E is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB106130142-
CMYK0.250.0800.44
HSL200º14.52%48.63%-
HSV(B)200º25.35%55.69%-
XYZ18.8120.9828.65-
YUV124.19138.05115.02-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.04%
GREEN value IS 130 (51.17% from 255) = 34.39%
BLUE value IS 142 (55.86% from 255) = 37.57%
R=28.04%
G=34.39%
B=37.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1061301420.250.0800.4420014.5248.63
Hex6A828E19802Cc8f31
Octal15220221631100543101761
Binary110101010000010100011101100110000101100110010001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A828E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,130,142); }

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

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

 a { background-color: rgb(106,130,142); }

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

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

 span { border-color: rgb(106,130,142); }

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