#106E87

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

Shades of Allports #106E87

Tints of Allports #106E87

Color information

#106E87 (or 0x106E87) is unknown color: approx Allports. HEX triplet: 10, 6E and 87. RGB value is (16,110,135). Sum of RGB (Red+Green+Blue) = 16+110+135=261 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.13% from 261); Green value is 110 (43.36% from 255 or 42.15% from 261); Blue value is 135 (53.12% from 255 or 51.72% from 261); Max value from RGB is 135 - color contains mainly: blue. Hex color #106E87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106E87 is #EF9178. Grayscale: #545454. Windows color (decimal): -15700345 or 8875536. OLE color: 8875536.

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

Color convert

RGB16110135-
CMYK0.880.1900.47
HSL192.61º78.81%29.61%-
HSV(B)192.61º88.15%52.94%-
XYZ10.1613.0124.9-
YUV84.74156.3678.97-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.13%
GREEN value IS 110 (43.36% from 255) = 42.15%
BLUE value IS 135 (53.12% from 255) = 51.72%
R=6.13%
G=42.15%
B=51.72%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal161101350.880.1900.47192.6178.8129.61
Hex106E87581302Fc14f1e
Octal201562071302305730111736
Binary10000110111010000111101100010011010111111000001100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,110,135); }

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

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

 a { background-color: rgb(16,110,135); }

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

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

 span { border-color: rgb(16,110,135); }

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