Shades of Blue Stone #186C68
Tints of Blue Stone #186C68
RGB
CMYK
RGB Variations
Color information
#186C68 (or 0x186C68) is known color: Blue Stone. HEX triplet: 18, 6C and 68. RGB value is (24,108,104). Sum of RGB (Red+Green+Blue) = 24+108+104=236 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.17% from 236); Green value is 108 (42.58% from 255 or 45.76% from 236); Blue value is 104 (41.02% from 255 or 44.07% from 236); Max value from RGB is 108 - color contains mainly: green. Hex color #186C68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186C68 is #E79397. Grayscale: #525252. Windows color (decimal): -15176600 or 6843416. OLE color: 6843416.
HSL color Cylindrical-coordinate representation of color #186C68: hue angle of 177.14º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #186C68 is Cyan = 0.78, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 24 | 108 | 104 | - |
| CMYK | 0.78 | 0 | 0.04 | 0.58 |
| HSL | 177.14º | 0.64% | 0.26% | - |
| HSV(B) | 177.14º | 0.78% | 0.42% | - |
| XYZ | 8.24 | 11.92 | 14.96 | - |
| YUV | 82.43 | 140.17 | 86.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 108 | 104 | 0.78 | 0 | 0.04 | 0.58 | 177.14 | 0.64 | 0.26 |
| Hex | 18 | 6C | 68 | 4E | 0 | 4 | 3A | B1 | 40 | 1A |
| Octal | 30 | 154 | 150 | 116 | 0 | 4 | 72 | 261 | 100 | 32 |
| Binary | 11000 | 1101100 | 1101000 | 1001110 | 0 | 100 | 111010 | 10110001 | 1000000 | 11010 |
Color Harmonies of #186C68
Complementary color
Monochromatic Colors of #186C68
Black with #186C68
Text Example
Text Example
White with #186C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186C68; }
p { color: rgb(24,108,104); }
H1.HeaderClassName
{
color: #186C68;
}
.AnyTagClassName
{
color: #186C68;
}
</style>
background-color css
<style>
a { background-color: #186C68; }
a { background-color: rgb(24,108,104); }
div.DivClassName
{
background-color: #186C68;
}
.BgClassName
{
background-color: #186C68;
}
</style>
border-color css
<style>
span { border-color: #186C68; }
span { border-color: rgb(24,108,104); }
td.TdClassName
{
border-color: #186C68;
}
.TagClassName
{
border-color: #186C68;
}
</style>