#6F848E

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

Shades of Lynch #6F848E

Tints of Lynch #6F848E

Color information

#6F848E (or 0x6F848E) is unknown color: approx Lynch. HEX triplet: 6F, 84 and 8E. RGB value is (111,132,142). Sum of RGB (Red+Green+Blue) = 111+132+142=385 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.83% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 142 (55.86% from 255 or 36.88% from 385); Max value from RGB is 142 - color contains mainly: blue. Hex color #6F848E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F848E is #907B71. Grayscale: #7E7E7E. Windows color (decimal): -9468786 or 9340015. OLE color: 9340015.

HSL color Cylindrical-coordinate representation of color #6F848E: hue angle of 199.35º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6F848E is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB111132142-
CMYK0.220.0700.44
HSL199.35º12.25%49.61%-
HSV(B)199.35º21.83%55.69%-
XYZ19.6921.8428.77-
YUV126.86136.54116.69-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.83%
GREEN value IS 132 (51.95% from 255) = 34.29%
BLUE value IS 142 (55.86% from 255) = 36.88%
R=28.83%
G=34.29%
B=36.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1111321420.220.0700.44199.3512.2549.61
Hex6F848E16702Cc7c32
Octal1572042162670543071462
Binary11011111000010010001110101101110101100110001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F848E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,132,142); }

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

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

 a { background-color: rgb(111,132,142); }

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

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

 span { border-color: rgb(111,132,142); }

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