#105B63

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

Shades of Blue Stone #105B63

Tints of Blue Stone #105B63

Color information

#105B63 (or 0x105B63) is unknown color: approx Blue Stone. HEX triplet: 10, 5B and 63. RGB value is (16,91,99). Sum of RGB (Red+Green+Blue) = 16+91+99=206 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.77% from 206); Green value is 91 (35.94% from 255 or 44.17% from 206); Blue value is 99 (39.06% from 255 or 48.06% from 206); Max value from RGB is 99 - color contains mainly: blue. Hex color #105B63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105B63 is #EFA49C. Grayscale: #454545. Windows color (decimal): -15705245 or 6511376. OLE color: 6511376.

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

Color convert

RGB169199-
CMYK0.840.0800.61
HSL185.78º72.17%22.55%-
HSV(B)185.78º83.84%38.82%-
XYZ6.218.4913.12-
YUV69.49144.6589.85-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.77%
GREEN value IS 91 (35.94% from 255) = 44.17%
BLUE value IS 99 (39.06% from 255) = 48.06%
R=7.77%
G=44.17%
B=48.06%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1691990.840.0800.61185.7872.1722.55
Hex105B6354803Dba4817
Octal201331431241007527211027
Binary100001011011110001110101001000011110110111010100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105B63; }

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

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

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

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

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

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

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

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