Shades of Blue Stone #186E69
Tints of Blue Stone #186E69
RGB
CMYK
RGB Variations
Color information
#186E69 (or 0x186E69) is known color: Blue Stone. HEX triplet: 18, 6E and 69. RGB value is (24,110,105). Sum of RGB (Red+Green+Blue) = 24+110+105=239 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.04% from 239); Green value is 110 (43.36% from 255 or 46.03% from 239); Blue value is 105 (41.41% from 255 or 43.93% from 239); Max value from RGB is 110 - color contains mainly: green. Hex color #186E69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186E69 is #E79196. Grayscale: #535353. Windows color (decimal): -15176087 or 6909464. OLE color: 6909464.
HSL color Cylindrical-coordinate representation of color #186E69: hue angle of 176.51º 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 #186E69 is Cyan = 0.78, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 24 | 110 | 105 | - |
| CMYK | 0.78 | 0 | 0.05 | 0.57 |
| HSL | 176.51º | 0.64% | 0.26% | - |
| HSV(B) | 176.51º | 0.78% | 0.43% | - |
| XYZ | 8.5 | 12.37 | 15.3 | - |
| YUV | 83.72 | 140.01 | 85.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 110 | 105 | 0.78 | 0 | 0.05 | 0.57 | 176.51 | 0.64 | 0.26 |
| Hex | 18 | 6E | 69 | 4E | 0 | 5 | 39 | B1 | 40 | 1A |
| Octal | 30 | 156 | 151 | 116 | 0 | 5 | 71 | 261 | 100 | 32 |
| Binary | 11000 | 1101110 | 1101001 | 1001110 | 0 | 101 | 111001 | 10110001 | 1000000 | 11010 |
Color Harmonies of #186E69
Complementary color
Monochromatic Colors of #186E69
Black with #186E69
Text Example
Text Example
White with #186E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186E69; }
p { color: rgb(24,110,105); }
H1.HeaderClassName
{
color: #186E69;
}
.AnyTagClassName
{
color: #186E69;
}
</style>
background-color css
<style>
a { background-color: #186E69; }
a { background-color: rgb(24,110,105); }
div.DivClassName
{
background-color: #186E69;
}
.BgClassName
{
background-color: #186E69;
}
</style>
border-color css
<style>
span { border-color: #186E69; }
span { border-color: rgb(24,110,105); }
td.TdClassName
{
border-color: #186E69;
}
.TagClassName
{
border-color: #186E69;
}
</style>