#106A92

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

Shades of Allports #106A92

Tints of Allports #106A92

Color information

#106A92 (or 0x106A92) is unknown color: approx Allports. HEX triplet: 10, 6A and 92. RGB value is (16,106,146). Sum of RGB (Red+Green+Blue) = 16+106+146=268 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.97% from 268); Green value is 106 (41.80% from 255 or 39.55% from 268); Blue value is 146 (57.42% from 255 or 54.48% from 268); Max value from RGB is 146 - color contains mainly: blue. Hex color #106A92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106A92 is #EF956D. Grayscale: #535353. Windows color (decimal): -15701358 or 9595408. OLE color: 9595408.

HSL color Cylindrical-coordinate representation of color #106A92: hue angle of 198.46º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #106A92 is Cyan = 0.89, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB16106146-
CMYK0.890.2700.43
HSL198.46º80.25%31.76%-
HSV(B)198.46º89.04%57.25%-
XYZ10.5612.4929.05-
YUV83.65163.1879.75-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.97%
GREEN value IS 106 (41.80% from 255) = 39.55%
BLUE value IS 146 (57.42% from 255) = 54.48%
R=5.97%
G=39.55%
B=54.48%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal161061460.890.2700.43198.4680.2531.76
Hex106A92591B02Bc65020
Octal201522221313305330612040
Binary100001101010100100101011001110110101011110001101010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,106,146); }

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

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

 a { background-color: rgb(16,106,146); }

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

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

 span { border-color: rgb(16,106,146); }

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