Shades of Blue Stone #186961
Tints of Blue Stone #186961
RGB
CMYK
RGB Variations
Color information
#186961 (or 0x186961) is known color: Blue Stone. HEX triplet: 18, 69 and 61. RGB value is (24,105,97). Sum of RGB (Red+Green+Blue) = 24+105+97=226 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.62% from 226); Green value is 105 (41.41% from 255 or 46.46% from 226); Blue value is 97 (38.28% from 255 or 42.92% from 226); Max value from RGB is 105 - color contains mainly: green. Hex color #186961 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186961 is #E7969E. Grayscale: #4F4F4F. Windows color (decimal): -15177375 or 6383896. OLE color: 6383896.
HSL color Cylindrical-coordinate representation of color #186961: hue angle of 174.07º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #186961 is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 24 | 105 | 97 | - |
| CMYK | 0.77 | 0 | 0.08 | 0.59 |
| HSL | 174.07º | 0.63% | 0.25% | - |
| HSV(B) | 174.07º | 0.77% | 0.41% | - |
| XYZ | 7.59 | 11.16 | 13.06 | - |
| YUV | 79.87 | 137.66 | 88.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 105 | 97 | 0.77 | 0 | 0.08 | 0.59 | 174.07 | 0.63 | 0.25 |
| Hex | 18 | 69 | 61 | 4D | 0 | 8 | 3B | AE | 3F | 19 |
| Octal | 30 | 151 | 141 | 115 | 0 | 10 | 73 | 256 | 77 | 31 |
| Binary | 11000 | 1101001 | 1100001 | 1001101 | 0 | 1000 | 111011 | 10101110 | 111111 | 11001 |
Color Harmonies of #186961
Complementary color
Monochromatic Colors of #186961
Black with #186961
Text Example
Text Example
White with #186961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186961; }
p { color: rgb(24,105,97); }
H1.HeaderClassName
{
color: #186961;
}
.AnyTagClassName
{
color: #186961;
}
</style>
background-color css
<style>
a { background-color: #186961; }
a { background-color: rgb(24,105,97); }
div.DivClassName
{
background-color: #186961;
}
.BgClassName
{
background-color: #186961;
}
</style>
border-color css
<style>
span { border-color: #186961; }
span { border-color: rgb(24,105,97); }
td.TdClassName
{
border-color: #186961;
}
.TagClassName
{
border-color: #186961;
}
</style>