#6F838E

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

Shades of Lynch #6F838E

Tints of Lynch #6F838E

Color information

#6F838E (or 0x6F838E) is unknown color: approx Lynch. HEX triplet: 6F, 83 and 8E. RGB value is (111,131,142). Sum of RGB (Red+Green+Blue) = 111+131+142=384 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.91% from 384); Green value is 131 (51.56% from 255 or 34.11% from 384); Blue value is 142 (55.86% from 255 or 36.98% from 384); Max value from RGB is 142 - color contains mainly: blue. Hex color #6F838E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F838E is #907C71. Grayscale: #7E7E7E. Windows color (decimal): -9469042 or 9339759. OLE color: 9339759.

HSL color Cylindrical-coordinate representation of color #6F838E: hue angle of 201.29º 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 #6F838E is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB111131142-
CMYK0.220.0800.44
HSL201.29º12.25%49.61%-
HSV(B)201.29º21.83%55.69%-
XYZ19.5521.5728.72-
YUV126.27136.87117.11-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.91%
GREEN value IS 131 (51.56% from 255) = 34.11%
BLUE value IS 142 (55.86% from 255) = 36.98%
R=28.91%
G=34.11%
B=36.98%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1111311420.220.0800.44201.2912.2549.61
Hex6F838E16802Cc9c32
Octal15720321626100543111462
Binary110111110000011100011101011010000101100110010011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F838E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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