#106063

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

Shades of Blue Stone #106063

Tints of Blue Stone #106063

Color information

#106063 (or 0x106063) is unknown color: approx Blue Stone. HEX triplet: 10, 60 and 63. RGB value is (16,96,99). Sum of RGB (Red+Green+Blue) = 16+96+99=211 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.58% from 211); Green value is 96 (37.89% from 255 or 45.50% from 211); Blue value is 99 (39.06% from 255 or 46.92% from 211); Max value from RGB is 99 - color contains mainly: blue. Hex color #106063 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106063 is #EF9F9C. Grayscale: #484848. Windows color (decimal): -15703965 or 6512656. OLE color: 6512656.

HSL color Cylindrical-coordinate representation of color #106063: hue angle of 182.17º 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 #106063 is Cyan = 0.84, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB169699-
CMYK0.840.0300.61
HSL182.17º72.17%22.55%-
HSV(B)182.17º83.84%38.82%-
XYZ6.659.3813.26-
YUV72.4214387.76-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.58%
GREEN value IS 96 (37.89% from 255) = 45.50%
BLUE value IS 99 (39.06% from 255) = 46.92%
R=7.58%
G=45.50%
B=46.92%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1696990.840.0300.61182.1772.1722.55
Hex10606354303Db64817
Octal20140143124307526611027
Binary1000011000001100011101010011011110110110110100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106063; }

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

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

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

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

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

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

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

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