#6F8189

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

Shades of Lynch #6F8189

Tints of Lynch #6F8189

Color information

#6F8189 (or 0x6F8189) is unknown color: approx Lynch. HEX triplet: 6F, 81 and 89. RGB value is (111,129,137). Sum of RGB (Red+Green+Blue) = 111+129+137=377 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.44% from 377); Green value is 129 (50.78% from 255 or 34.22% from 377); Blue value is 137 (53.91% from 255 or 36.34% from 377); Max value from RGB is 137 - color contains mainly: blue. Hex color #6F8189 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8189 is #907E76. Grayscale: #7C7C7C. Windows color (decimal): -9469559 or 9011567. OLE color: 9011567.

HSL color Cylindrical-coordinate representation of color #6F8189: hue angle of 198.46º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6F8189 is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB111129137-
CMYK0.190.0600.46
HSL198.46º10.48%48.63%-
HSV(B)198.46º18.98%53.73%-
XYZ18.9220.8926.7-
YUV124.53135.04118.35-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.44%
GREEN value IS 129 (50.78% from 255) = 34.22%
BLUE value IS 137 (53.91% from 255) = 36.34%
R=29.44%
G=34.22%
B=36.34%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1111291370.190.0600.46198.4610.4848.63
Hex6F818913602Ec6a31
Octal1572012112360563061261
Binary11011111000000110001001100111100101110110001101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,129,137); }

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

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

 a { background-color: rgb(111,129,137); }

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

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

 span { border-color: rgb(111,129,137); }

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