#106263

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

Shades of Blue Stone #106263

Tints of Blue Stone #106263

Color information

#106263 (or 0x106263) is unknown color: approx Blue Stone. HEX triplet: 10, 62 and 63. RGB value is (16,98,99). Sum of RGB (Red+Green+Blue) = 16+98+99=213 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.51% from 213); Green value is 98 (38.67% from 255 or 46.01% from 213); Blue value is 99 (39.06% from 255 or 46.48% from 213); Max value from RGB is 99 - color contains mainly: blue. Hex color #106263 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106263 is #EF9D9C. Grayscale: #494949. Windows color (decimal): -15703453 or 6513168. OLE color: 6513168.

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

Color convert

RGB169899-
CMYK0.840.0100.61
HSL180.72º72.17%22.55%-
HSV(B)180.72º83.84%38.82%-
XYZ6.839.7513.33-
YUV73.6142.3386.92-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.51%
GREEN value IS 98 (38.67% from 255) = 46.01%
BLUE value IS 99 (39.06% from 255) = 46.48%
R=7.51%
G=46.01%
B=46.48%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1698990.840.0100.61180.7272.1722.55
Hex10626354103Db54817
Octal20142143124107526511027
Binary100001100010110001110101001011110110110101100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106263; }

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

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

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

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

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

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

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

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