#106C93

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

Shades of Allports #106C93

Tints of Allports #106C93

Color information

#106C93 (or 0x106C93) is unknown color: approx Allports. HEX triplet: 10, 6C and 93. RGB value is (16,108,147). Sum of RGB (Red+Green+Blue) = 16+108+147=271 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.90% from 271); Green value is 108 (42.58% from 255 or 39.85% from 271); Blue value is 147 (57.81% from 255 or 54.24% from 271); Max value from RGB is 147 - color contains mainly: blue. Hex color #106C93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106C93 is #EF936C. Grayscale: #545454. Windows color (decimal): -15700845 or 9661456. OLE color: 9661456.

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

Color convert

RGB16108147-
CMYK0.890.2700.42
HSL197.86º80.37%31.96%-
HSV(B)197.86º89.12%57.65%-
XYZ10.8412.9429.53-
YUV84.94163.0278.83-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.90%
GREEN value IS 108 (42.58% from 255) = 39.85%
BLUE value IS 147 (57.81% from 255) = 54.24%
R=5.90%
G=39.85%
B=54.24%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal161081470.890.2700.42197.8680.3731.96
Hex106C93591B02Ac65020
Octal201542231313305230612040
Binary100001101100100100111011001110110101010110001101010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,108,147); }

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

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

 a { background-color: rgb(16,108,147); }

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

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

 span { border-color: rgb(16,108,147); }

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