#6F808C

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

Shades of Lynch #6F808C

Tints of Lynch #6F808C

Color information

#6F808C (or 0x6F808C) is unknown color: approx Lynch. HEX triplet: 6F, 80 and 8C. RGB value is (111,128,140). Sum of RGB (Red+Green+Blue) = 111+128+140=379 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.29% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 140 (55.08% from 255 or 36.94% from 379); Max value from RGB is 140 - color contains mainly: blue. Hex color #6F808C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F808C is #907F73. Grayscale: #7C7C7C. Windows color (decimal): -9469812 or 9207919. OLE color: 9207919.

HSL color Cylindrical-coordinate representation of color #6F808C: hue angle of 204.83º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6F808C is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB111128140-
CMYK0.210.0900.45
HSL204.83º11.55%49.22%-
HSV(B)204.83º20.71%54.9%-
XYZ19.0120.7127.81-
YUV124.28136.87118.52-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.29%
GREEN value IS 128 (50.39% from 255) = 33.77%
BLUE value IS 140 (55.08% from 255) = 36.94%
R=29.29%
G=33.77%
B=36.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1111281400.210.0900.45204.8311.5549.22
Hex6F808C15902Dcdc31
Octal15720021425110553151461
Binary110111110000000100011001010110010101101110011011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F808C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,128,140); }

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

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

 a { background-color: rgb(111,128,140); }

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

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

 span { border-color: rgb(111,128,140); }

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