#106893

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

Shades of Allports #106893

Tints of Allports #106893

Color information

#106893 (or 0x106893) is unknown color: approx Allports. HEX triplet: 10, 68 and 93. RGB value is (16,104,147). Sum of RGB (Red+Green+Blue) = 16+104+147=267 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.99% from 267); Green value is 104 (41.02% from 255 or 38.95% from 267); Blue value is 147 (57.81% from 255 or 55.06% from 267); Max value from RGB is 147 - color contains mainly: blue. Hex color #106893 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106893 is #EF976C. Grayscale: #525252. Windows color (decimal): -15701869 or 9660432. OLE color: 9660432.

HSL color Cylindrical-coordinate representation of color #106893: hue angle of 199.69º 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 #106893 is Cyan = 0.89, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB16104147-
CMYK0.890.2900.42
HSL199.69º80.37%31.96%-
HSV(B)199.69º89.12%57.65%-
XYZ10.4312.1229.39-
YUV82.59164.3580.5-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.99%
GREEN value IS 104 (41.02% from 255) = 38.95%
BLUE value IS 147 (57.81% from 255) = 55.06%
R=5.99%
G=38.95%
B=55.06%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal161041470.890.2900.42199.6980.3731.96
Hex106893591D02Ac85020
Octal201502231313505231012040
Binary100001101000100100111011001111010101010110010001010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106893; }

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

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

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

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

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

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

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

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