Shades of Blue Stone #186B61
Tints of Blue Stone #186B61
RGB
CMYK
RGB Variations
Color information
#186B61 (or 0x186B61) is known color: Blue Stone. HEX triplet: 18, 6B and 61. RGB value is (24,107,97). Sum of RGB (Red+Green+Blue) = 24+107+97=228 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.53% from 228); Green value is 107 (42.19% from 255 or 46.93% from 228); Blue value is 97 (38.28% from 255 or 42.54% from 228); Max value from RGB is 107 - color contains mainly: green. Hex color #186B61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186B61 is #E7949E. Grayscale: #515151. Windows color (decimal): -15176863 or 6384408. OLE color: 6384408.
HSL color Cylindrical-coordinate representation of color #186B61: hue angle of 172.77º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #186B61 is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 24 | 107 | 97 | - |
| CMYK | 0.78 | 0 | 0.09 | 0.58 |
| HSL | 172.77º | 0.63% | 0.26% | - |
| HSV(B) | 172.77º | 0.78% | 0.42% | - |
| XYZ | 7.79 | 11.57 | 13.13 | - |
| YUV | 81.04 | 137 | 87.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 107 | 97 | 0.78 | 0 | 0.09 | 0.58 | 172.77 | 0.63 | 0.26 |
| Hex | 18 | 6B | 61 | 4E | 0 | 9 | 3A | AD | 3F | 1A |
| Octal | 30 | 153 | 141 | 116 | 0 | 11 | 72 | 255 | 77 | 32 |
| Binary | 11000 | 1101011 | 1100001 | 1001110 | 0 | 1001 | 111010 | 10101101 | 111111 | 11010 |
Color Harmonies of #186B61
Complementary color
Monochromatic Colors of #186B61
Black with #186B61
Text Example
Text Example
White with #186B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186B61; }
p { color: rgb(24,107,97); }
H1.HeaderClassName
{
color: #186B61;
}
.AnyTagClassName
{
color: #186B61;
}
</style>
background-color css
<style>
a { background-color: #186B61; }
a { background-color: rgb(24,107,97); }
div.DivClassName
{
background-color: #186B61;
}
.BgClassName
{
background-color: #186B61;
}
</style>
border-color css
<style>
span { border-color: #186B61; }
span { border-color: rgb(24,107,97); }
td.TdClassName
{
border-color: #186B61;
}
.TagClassName
{
border-color: #186B61;
}
</style>