#106E71

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

Shades of Blue Stone #106E71

Tints of Blue Stone #106E71

Color information

#106E71 (or 0x106E71) is unknown color: approx Blue Stone. HEX triplet: 10, 6E and 71. RGB value is (16,110,113). Sum of RGB (Red+Green+Blue) = 16+110+113=239 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.69% from 239); Green value is 110 (43.36% from 255 or 46.03% from 239); Blue value is 113 (44.53% from 255 or 47.28% from 239); Max value from RGB is 113 - color contains mainly: blue. Hex color #106E71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106E71 is #EF918E. Grayscale: #525252. Windows color (decimal): -15700367 or 7433744. OLE color: 7433744.

HSL color Cylindrical-coordinate representation of color #106E71: hue angle of 181.86º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #106E71 is Cyan = 0.86, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB16110113-
CMYK0.860.0300.56
HSL181.86º75.19%25.29%-
HSV(B)181.86º85.84%44.31%-
XYZ8.7712.4517.56-
YUV82.24145.3680.76-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.69%
GREEN value IS 110 (43.36% from 255) = 46.03%
BLUE value IS 113 (44.53% from 255) = 47.28%
R=6.69%
G=46.03%
B=47.28%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal161101130.860.0300.56181.8675.1925.29
Hex106E71563038b64b19
Octal20156161126307026611331
Binary1000011011101110001101011011011100010110110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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