#6A7887

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

Shades of Lynch #6A7887

Tints of Lynch #6A7887

Color information

#6A7887 (or 0x6A7887) is unknown color: approx Lynch. HEX triplet: 6A, 78 and 87. RGB value is (106,120,135). Sum of RGB (Red+Green+Blue) = 106+120+135=361 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.36% from 361); Green value is 120 (47.27% from 255 or 33.24% from 361); Blue value is 135 (53.12% from 255 or 37.40% from 361); Max value from RGB is 135 - color contains mainly: blue. Hex color #6A7887 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A7887 is #958778. Grayscale: #757575. Windows color (decimal): -9799545 or 8878186. OLE color: 8878186.

HSL color Cylindrical-coordinate representation of color #6A7887: hue angle of 211.03º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6A7887 is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB106120135-
CMYK0.210.1100.47
HSL211.03º12.03%47.25%-
HSV(B)211.03º21.48%52.94%-
XYZ17.0318.2525.55-
YUV117.52137.86119.78-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.36%
GREEN value IS 120 (47.27% from 255) = 33.24%
BLUE value IS 135 (53.12% from 255) = 37.40%
R=29.36%
G=33.24%
B=37.40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1061201350.210.1100.47211.0312.0347.25
Hex6A788715B02Fd3c2f
Octal15217020725130573231457
Binary11010101111000100001111010110110101111110100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,120,135); }

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

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

 a { background-color: rgb(106,120,135); }

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

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

 span { border-color: rgb(106,120,135); }

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