Shades of Blue Stone #186461
Tints of Blue Stone #186461
RGB
CMYK
RGB Variations
Color information
#186461 (or 0x186461) is known color: Blue Stone. HEX triplet: 18, 64 and 61. RGB value is (24,100,97). Sum of RGB (Red+Green+Blue) = 24+100+97=221 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.86% from 221); Green value is 100 (39.45% from 255 or 45.25% from 221); Blue value is 97 (38.28% from 255 or 43.89% from 221); Max value from RGB is 100 - color contains mainly: green. Hex color #186461 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186461 is #E79B9E. Grayscale: #4C4C4C. Windows color (decimal): -15178655 or 6382616. OLE color: 6382616.
HSL color Cylindrical-coordinate representation of color #186461: hue angle of 177.63º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #186461 is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 24 | 100 | 97 | - |
| CMYK | 0.76 | 0 | 0.03 | 0.61 |
| HSL | 177.63º | 0.61% | 0.24% | - |
| HSV(B) | 177.63º | 0.76% | 0.39% | - |
| XYZ | 7.09 | 10.17 | 12.9 | - |
| YUV | 76.93 | 139.32 | 90.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 100 | 97 | 0.76 | 0 | 0.03 | 0.61 | 177.63 | 0.61 | 0.24 |
| Hex | 18 | 64 | 61 | 4C | 0 | 3 | 3D | B2 | 3D | 18 |
| Octal | 30 | 144 | 141 | 114 | 0 | 3 | 75 | 262 | 75 | 30 |
| Binary | 11000 | 1100100 | 1100001 | 1001100 | 0 | 11 | 111101 | 10110010 | 111101 | 11000 |
Color Harmonies of #186461
Complementary color
Monochromatic Colors of #186461
Black with #186461
Text Example
Text Example
White with #186461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186461; }
p { color: rgb(24,100,97); }
H1.HeaderClassName
{
color: #186461;
}
.AnyTagClassName
{
color: #186461;
}
</style>
background-color css
<style>
a { background-color: #186461; }
a { background-color: rgb(24,100,97); }
div.DivClassName
{
background-color: #186461;
}
.BgClassName
{
background-color: #186461;
}
</style>
border-color css
<style>
span { border-color: #186461; }
span { border-color: rgb(24,100,97); }
td.TdClassName
{
border-color: #186461;
}
.TagClassName
{
border-color: #186461;
}
</style>