#106363

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

Shades of Blue Stone #106363

Tints of Blue Stone #106363

Color information

#106363 (or 0x106363) is unknown color: approx Blue Stone. HEX triplet: 10, 63 and 63. RGB value is (16,99,99). Sum of RGB (Red+Green+Blue) = 16+99+99=214 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.48% from 214); Green value is 99 (39.06% from 255 or 46.26% from 214); Blue value is 99 (39.06% from 255 or 46.26% from 214); Max value from RGB is 99 - color contains mainly: green, blue. Hex color #106363 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106363 is #EF9C9C. Grayscale: #4A4A4A. Windows color (decimal): -15703197 or 6513424. OLE color: 6513424.

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

Color convert

RGB169999-
CMYK0.84000.61
HSL180º72.17%22.55%-
HSV(B)180º83.84%38.82%-
XYZ6.939.9313.36-
YUV74.1814286.5-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.48%
GREEN value IS 99 (39.06% from 255) = 46.26%
BLUE value IS 99 (39.06% from 255) = 46.26%
R=7.48%
G=46.26%
B=46.26%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1699990.84000.6118072.1722.55
Hex10636354003Db44817
Octal20143143124007526411027
Binary100001100011110001110101000011110110110100100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106363; }

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

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

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

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

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

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

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

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