Shades of Blue Stone #186E6B
Tints of Blue Stone #186E6B
RGB
CMYK
RGB Variations
Color information
#186E6B (or 0x186E6B) is known color: Blue Stone. HEX triplet: 18, 6E and 6B. RGB value is (24,110,107). Sum of RGB (Red+Green+Blue) = 24+110+107=241 (31% of max value = 765). Red value is 24 (9.77% from 255 or 9.96% from 241); Green value is 110 (43.36% from 255 or 45.64% from 241); Blue value is 107 (42.19% from 255 or 44.40% from 241); Max value from RGB is 110 - color contains mainly: green. Hex color #186E6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186E6B is #E79194. Grayscale: #535353. Windows color (decimal): -15176085 or 7040536. OLE color: 7040536.
HSL color Cylindrical-coordinate representation of color #186E6B: hue angle of 177.91º 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 #186E6B is Cyan = 0.78, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 24 | 110 | 107 | - |
| CMYK | 0.78 | 0 | 0.03 | 0.57 |
| HSL | 177.91º | 0.64% | 0.26% | - |
| HSV(B) | 177.91º | 0.78% | 0.43% | - |
| XYZ | 8.61 | 12.41 | 15.85 | - |
| YUV | 83.94 | 141.01 | 85.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 110 | 107 | 0.78 | 0 | 0.03 | 0.57 | 177.91 | 0.64 | 0.26 |
| Hex | 18 | 6E | 6B | 4E | 0 | 3 | 39 | B2 | 40 | 1A |
| Octal | 30 | 156 | 153 | 116 | 0 | 3 | 71 | 262 | 100 | 32 |
| Binary | 11000 | 1101110 | 1101011 | 1001110 | 0 | 11 | 111001 | 10110010 | 1000000 | 11010 |
Color Harmonies of #186E6B
Complementary color
Monochromatic Colors of #186E6B
Black with #186E6B
Text Example
Text Example
White with #186E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186E6B; }
p { color: rgb(24,110,107); }
H1.HeaderClassName
{
color: #186E6B;
}
.AnyTagClassName
{
color: #186E6B;
}
</style>
background-color css
<style>
a { background-color: #186E6B; }
a { background-color: rgb(24,110,107); }
div.DivClassName
{
background-color: #186E6B;
}
.BgClassName
{
background-color: #186E6B;
}
</style>
border-color css
<style>
span { border-color: #186E6B; }
span { border-color: rgb(24,110,107); }
td.TdClassName
{
border-color: #186E6B;
}
.TagClassName
{
border-color: #186E6B;
}
</style>