Shades of Blue Stone #186660
Tints of Blue Stone #186660
RGB
CMYK
RGB Variations
Color information
#186660 (or 0x186660) is known color: Blue Stone. HEX triplet: 18, 66 and 60. RGB value is (24,102,96). Sum of RGB (Red+Green+Blue) = 24+102+96=222 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.81% from 222); Green value is 102 (40.23% from 255 or 45.95% from 222); Blue value is 96 (37.89% from 255 or 43.24% from 222); Max value from RGB is 102 - color contains mainly: green. Hex color #186660 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186660 is #E7999F. Grayscale: #4D4D4D. Windows color (decimal): -15178144 or 6317592. OLE color: 6317592.
HSL color Cylindrical-coordinate representation of color #186660: hue angle of 175.38º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #186660 is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 24 | 102 | 96 | - |
| CMYK | 0.76 | 0 | 0.06 | 0.6 |
| HSL | 175.38º | 0.62% | 0.25% | - |
| HSV(B) | 175.38º | 0.76% | 0.4% | - |
| XYZ | 7.24 | 10.54 | 12.72 | - |
| YUV | 77.99 | 138.16 | 89.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 102 | 96 | 0.76 | 0 | 0.06 | 0.6 | 175.38 | 0.62 | 0.25 |
| Hex | 18 | 66 | 60 | 4C | 0 | 6 | 3C | AF | 3E | 19 |
| Octal | 30 | 146 | 140 | 114 | 0 | 6 | 74 | 257 | 76 | 31 |
| Binary | 11000 | 1100110 | 1100000 | 1001100 | 0 | 110 | 111100 | 10101111 | 111110 | 11001 |
Color Harmonies of #186660
Complementary color
Monochromatic Colors of #186660
Black with #186660
Text Example
Text Example
White with #186660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186660; }
p { color: rgb(24,102,96); }
H1.HeaderClassName
{
color: #186660;
}
.AnyTagClassName
{
color: #186660;
}
</style>
background-color css
<style>
a { background-color: #186660; }
a { background-color: rgb(24,102,96); }
div.DivClassName
{
background-color: #186660;
}
.BgClassName
{
background-color: #186660;
}
</style>
border-color css
<style>
span { border-color: #186660; }
span { border-color: rgb(24,102,96); }
td.TdClassName
{
border-color: #186660;
}
.TagClassName
{
border-color: #186660;
}
</style>