#106B8B

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

Shades of Allports #106B8B

Tints of Allports #106B8B

Color information

#106B8B (or 0x106B8B) is unknown color: approx Allports. HEX triplet: 10, 6B and 8B. RGB value is (16,107,139). Sum of RGB (Red+Green+Blue) = 16+107+139=262 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.11% from 262); Green value is 107 (42.19% from 255 or 40.84% from 262); Blue value is 139 (54.69% from 255 or 53.05% from 262); Max value from RGB is 139 - color contains mainly: blue. Hex color #106B8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106B8B is #EF9474. Grayscale: #535353. Windows color (decimal): -15701109 or 9136912. OLE color: 9136912.

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

Color convert

RGB16107139-
CMYK0.880.2300.45
HSL195.61º79.35%30.39%-
HSV(B)195.61º88.49%54.51%-
XYZ10.1312.4926.3-
YUV83.44159.3579.9-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.11%
GREEN value IS 107 (42.19% from 255) = 40.84%
BLUE value IS 139 (54.69% from 255) = 53.05%
R=6.11%
G=40.84%
B=53.05%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal161071390.880.2300.45195.6179.3530.39
Hex106B8B581702Dc44f1e
Octal201532131302705530411736
Binary10000110101110001011101100010111010110111000100100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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