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