Shades of Blue Stone #186D6E
Tints of Blue Stone #186D6E
RGB
CMYK
RGB Variations
Color information
#186D6E (or 0x186D6E) is known color: Blue Stone. HEX triplet: 18, 6D and 6E. RGB value is (24,109,110). Sum of RGB (Red+Green+Blue) = 24+109+110=243 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.88% from 243); Green value is 109 (42.97% from 255 or 44.86% from 243); Blue value is 110 (43.36% from 255 or 45.27% from 243); Max value from RGB is 110 - color contains mainly: blue. Hex color #186D6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186D6E is #E79291. Grayscale: #535353. Windows color (decimal): -15176338 or 7236888. OLE color: 7236888.
HSL color Cylindrical-coordinate representation of color #186D6E: hue angle of 180.7º 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 #186D6E is Cyan = 0.78, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 24 | 109 | 110 | - |
| CMYK | 0.78 | 0.01 | 0 | 0.57 |
| HSL | 180.7º | 0.64% | 0.26% | - |
| HSV(B) | 180.7º | 0.78% | 0.43% | - |
| XYZ | 8.66 | 12.26 | 16.66 | - |
| YUV | 83.7 | 142.84 | 85.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 109 | 110 | 0.78 | 0.01 | 0 | 0.57 | 180.7 | 0.64 | 0.26 |
| Hex | 18 | 6D | 6E | 4E | 1 | 0 | 39 | B5 | 40 | 1A |
| Octal | 30 | 155 | 156 | 116 | 1 | 0 | 71 | 265 | 100 | 32 |
| Binary | 11000 | 1101101 | 1101110 | 1001110 | 1 | 0 | 111001 | 10110101 | 1000000 | 11010 |
Color Harmonies of #186D6E
Complementary color
Monochromatic Colors of #186D6E
Black with #186D6E
Text Example
Text Example
White with #186D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186D6E; }
p { color: rgb(24,109,110); }
H1.HeaderClassName
{
color: #186D6E;
}
.AnyTagClassName
{
color: #186D6E;
}
</style>
background-color css
<style>
a { background-color: #186D6E; }
a { background-color: rgb(24,109,110); }
div.DivClassName
{
background-color: #186D6E;
}
.BgClassName
{
background-color: #186D6E;
}
</style>
border-color css
<style>
span { border-color: #186D6E; }
span { border-color: rgb(24,109,110); }
td.TdClassName
{
border-color: #186D6E;
}
.TagClassName
{
border-color: #186D6E;
}
</style>