#106B86

Color #106B86 Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #106B86

Tints of Allports #106B86

Color information

#106B86 (or 0x106B86) is unknown color: approx Allports. HEX triplet: 10, 6B and 86. RGB value is (16,107,134). Sum of RGB (Red+Green+Blue) = 16+107+134=257 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.23% from 257); Green value is 107 (42.19% from 255 or 41.63% from 257); Blue value is 134 (52.73% from 255 or 52.14% from 257); Max value from RGB is 134 - color contains mainly: blue. Hex color #106B86 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106B86 is #EF9479. Grayscale: #525252. Windows color (decimal): -15701114 or 8809232. OLE color: 8809232.

HSL color Cylindrical-coordinate representation of color #106B86: hue angle of 193.73º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #106B86 is Cyan = 0.88, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB16107134-
CMYK0.880.2000.47
HSL193.73º78.67%29.41%-
HSV(B)193.73º88.06%52.55%-
XYZ9.7712.3524.42-
YUV82.87156.8580.3-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.23%
GREEN value IS 107 (42.19% from 255) = 41.63%
BLUE value IS 134 (52.73% from 255) = 52.14%
R=6.23%
G=41.63%
B=52.14%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal161071340.880.2000.47193.7378.6729.41
Hex106B86581402Fc24f1d
Octal201532061302405730211735
Binary10000110101110000110101100010100010111111000010100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106B86; }

 p { color: rgb(16,107,134); }

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

<style>
 a { background-color: #106B86; }

 a { background-color: rgb(16,107,134); }

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

<style>
 span { border-color: #106B86; }

 span { border-color: rgb(16,107,134); }

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