#106E63

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

Shades of Blue Stone #106E63

Tints of Blue Stone #106E63

Color information

#106E63 (or 0x106E63) is unknown color: approx Blue Stone. HEX triplet: 10, 6E and 63. RGB value is (16,110,99). Sum of RGB (Red+Green+Blue) = 16+110+99=225 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.11% from 225); Green value is 110 (43.36% from 255 or 48.89% from 225); Blue value is 99 (39.06% from 255 or 44% from 225); Max value from RGB is 110 - color contains mainly: green. Hex color #106E63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106E63 is #EF919C. Grayscale: #505050. Windows color (decimal): -15700381 or 6516240. OLE color: 6516240.

HSL color Cylindrical-coordinate representation of color #106E63: hue angle of 172.98º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #106E63 is Cyan = 0.85, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.57.

Color convert

RGB1611099-
CMYK0.8500.10.57
HSL172.98º74.6%24.71%-
HSV(B)172.98º85.45%43.14%-
XYZ8.0412.1613.73-
YUV80.64138.3681.89-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.11%
GREEN value IS 110 (43.36% from 255) = 48.89%
BLUE value IS 99 (39.06% from 255) = 44%
R=7.11%
G=48.89%
B=44%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal16110990.8500.10.57172.9874.624.71
Hex106E63550A39ad4b19
Octal201561431250127125511331
Binary100001101110110001110101010101011100110101101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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