Shades of Blue Stone #186D63
Tints of Blue Stone #186D63
RGB
CMYK
RGB Variations
Color information
#186D63 (or 0x186D63) is known color: Blue Stone. HEX triplet: 18, 6D and 63. RGB value is (24,109,99). Sum of RGB (Red+Green+Blue) = 24+109+99=232 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.34% from 232); Green value is 109 (42.97% from 255 or 46.98% from 232); Blue value is 99 (39.06% from 255 or 42.67% from 232); Max value from RGB is 109 - color contains mainly: green. Hex color #186D63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186D63 is #E7929C. Grayscale: #525252. Windows color (decimal): -15176349 or 6515992. OLE color: 6515992.
HSL color Cylindrical-coordinate representation of color #186D63: hue angle of 172.94º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #186D63 is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 24 | 109 | 99 | - |
| CMYK | 0.78 | 0 | 0.09 | 0.57 |
| HSL | 172.94º | 0.64% | 0.26% | - |
| HSV(B) | 172.94º | 0.78% | 0.43% | - |
| XYZ | 8.1 | 12.03 | 13.7 | - |
| YUV | 82.45 | 137.34 | 86.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 109 | 99 | 0.78 | 0 | 0.09 | 0.57 | 172.94 | 0.64 | 0.26 |
| Hex | 18 | 6D | 63 | 4E | 0 | 9 | 39 | AD | 40 | 1A |
| Octal | 30 | 155 | 143 | 116 | 0 | 11 | 71 | 255 | 100 | 32 |
| Binary | 11000 | 1101101 | 1100011 | 1001110 | 0 | 1001 | 111001 | 10101101 | 1000000 | 11010 |
Color Harmonies of #186D63
Complementary color
Monochromatic Colors of #186D63
Black with #186D63
Text Example
Text Example
White with #186D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186D63; }
p { color: rgb(24,109,99); }
H1.HeaderClassName
{
color: #186D63;
}
.AnyTagClassName
{
color: #186D63;
}
</style>
background-color css
<style>
a { background-color: #186D63; }
a { background-color: rgb(24,109,99); }
div.DivClassName
{
background-color: #186D63;
}
.BgClassName
{
background-color: #186D63;
}
</style>
border-color css
<style>
span { border-color: #186D63; }
span { border-color: rgb(24,109,99); }
td.TdClassName
{
border-color: #186D63;
}
.TagClassName
{
border-color: #186D63;
}
</style>