#105F63

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

Shades of Blue Stone #105F63

Tints of Blue Stone #105F63

Color information

#105F63 (or 0x105F63) is unknown color: approx Blue Stone. HEX triplet: 10, 5F and 63. RGB value is (16,95,99). Sum of RGB (Red+Green+Blue) = 16+95+99=210 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.62% from 210); Green value is 95 (37.5% from 255 or 45.24% from 210); Blue value is 99 (39.06% from 255 or 47.14% from 210); Max value from RGB is 99 - color contains mainly: blue. Hex color #105F63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105F63 is #EFA09C. Grayscale: #474747. Windows color (decimal): -15704221 or 6512400. OLE color: 6512400.

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

Color convert

RGB169599-
CMYK0.840.0400.61
HSL182.89º72.17%22.55%-
HSV(B)182.89º83.84%38.82%-
XYZ6.569.213.23-
YUV71.83143.3388.17-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.62%
GREEN value IS 95 (37.5% from 255) = 45.24%
BLUE value IS 99 (39.06% from 255) = 47.14%
R=7.62%
G=45.24%
B=47.14%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1695990.840.0400.61182.8972.1722.55
Hex105F6354403Db74817
Octal20137143124407526711027
Binary10000101111111000111010100100011110110110111100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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