#106E8D

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

Shades of Allports #106E8D

Tints of Allports #106E8D

Color information

#106E8D (or 0x106E8D) is unknown color: approx Allports. HEX triplet: 10, 6E and 8D. RGB value is (16,110,141). Sum of RGB (Red+Green+Blue) = 16+110+141=267 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.99% from 267); Green value is 110 (43.36% from 255 or 41.20% from 267); Blue value is 141 (55.47% from 255 or 52.81% from 267); Max value from RGB is 141 - color contains mainly: blue. Hex color #106E8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106E8D is #EF9172. Grayscale: #555555. Windows color (decimal): -15700339 or 9268752. OLE color: 9268752.

HSL color Cylindrical-coordinate representation of color #106E8D: hue angle of 194.88º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #106E8D is Cyan = 0.89, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB16110141-
CMYK0.890.2200.45
HSL194.88º79.62%30.78%-
HSV(B)194.88º88.65%55.29%-
XYZ10.613.1927.19-
YUV85.43159.3678.48-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.99%
GREEN value IS 110 (43.36% from 255) = 41.20%
BLUE value IS 141 (55.47% from 255) = 52.81%
R=5.99%
G=41.20%
B=52.81%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal161101410.890.2200.45194.8879.6230.78
Hex106E8D591602Dc3501f
Octal201562151312605530312037
Binary10000110111010001101101100110110010110111000011101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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