#106163

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

Shades of Blue Stone #106163

Tints of Blue Stone #106163

Color information

#106163 (or 0x106163) is unknown color: approx Blue Stone. HEX triplet: 10, 61 and 63. RGB value is (16,97,99). Sum of RGB (Red+Green+Blue) = 16+97+99=212 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.55% from 212); Green value is 97 (38.28% from 255 or 45.75% from 212); Blue value is 99 (39.06% from 255 or 46.70% from 212); Max value from RGB is 99 - color contains mainly: blue. Hex color #106163 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106163 is #EF9E9C. Grayscale: #484848. Windows color (decimal): -15703709 or 6512912. OLE color: 6512912.

HSL color Cylindrical-coordinate representation of color #106163: hue angle of 181.45º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #106163 is Cyan = 0.84, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB169799-
CMYK0.840.0200.61
HSL181.45º72.17%22.55%-
HSV(B)181.45º83.84%38.82%-
XYZ6.749.5613.29-
YUV73.01142.6687.34-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.55%
GREEN value IS 97 (38.28% from 255) = 45.75%
BLUE value IS 99 (39.06% from 255) = 46.70%
R=7.55%
G=45.75%
B=46.70%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1697990.840.0200.61181.4572.1722.55
Hex10616354203Db54817
Octal20141143124207526511027
Binary1000011000011100011101010010011110110110101100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106163; }

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

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

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

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

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

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

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

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