#106E90

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

Shades of Allports #106E90

Tints of Allports #106E90

Color information

#106E90 (or 0x106E90) is unknown color: approx Allports. HEX triplet: 10, 6E and 90. RGB value is (16,110,144). Sum of RGB (Red+Green+Blue) = 16+110+144=270 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.93% from 270); Green value is 110 (43.36% from 255 or 40.74% from 270); Blue value is 144 (56.64% from 255 or 53.33% from 270); Max value from RGB is 144 - color contains mainly: blue. Hex color #106E90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106E90 is #EF916F. Grayscale: #555555. Windows color (decimal): -15700336 or 9465360. OLE color: 9465360.

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

Color convert

RGB16110144-
CMYK0.890.2400.44
HSL195.94º80%31.37%-
HSV(B)195.94º88.89%56.47%-
XYZ10.8213.2828.38-
YUV85.77160.8678.24-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.93%
GREEN value IS 110 (43.36% from 255) = 40.74%
BLUE value IS 144 (56.64% from 255) = 53.33%
R=5.93%
G=40.74%
B=53.33%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal161101440.890.2400.44195.948031.37
Hex106E90591802Cc4501f
Octal201562201313005430412037
Binary10000110111010010000101100111000010110011000100101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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