Shades of Blue Stone #186B64
Tints of Blue Stone #186B64
RGB
CMYK
RGB Variations
Color information
#186B64 (or 0x186B64) is known color: Blue Stone. HEX triplet: 18, 6B and 64. RGB value is (24,107,100). Sum of RGB (Red+Green+Blue) = 24+107+100=231 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.39% from 231); Green value is 107 (42.19% from 255 or 46.32% from 231); Blue value is 100 (39.45% from 255 or 43.29% from 231); Max value from RGB is 107 - color contains mainly: green. Hex color #186B64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186B64 is #E7949B. Grayscale: #515151. Windows color (decimal): -15176860 or 6581016. OLE color: 6581016.
HSL color Cylindrical-coordinate representation of color #186B64: hue angle of 174.94º degrees, saturation: 0.63, 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 #186B64 is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 24 | 107 | 100 | - |
| CMYK | 0.78 | 0 | 0.07 | 0.58 |
| HSL | 174.94º | 0.63% | 0.26% | - |
| HSV(B) | 174.94º | 0.78% | 0.42% | - |
| XYZ | 7.93 | 11.63 | 13.88 | - |
| YUV | 81.39 | 138.5 | 87.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 107 | 100 | 0.78 | 0 | 0.07 | 0.58 | 174.94 | 0.63 | 0.26 |
| Hex | 18 | 6B | 64 | 4E | 0 | 7 | 3A | AF | 3F | 1A |
| Octal | 30 | 153 | 144 | 116 | 0 | 7 | 72 | 257 | 77 | 32 |
| Binary | 11000 | 1101011 | 1100100 | 1001110 | 0 | 111 | 111010 | 10101111 | 111111 | 11010 |
Color Harmonies of #186B64
Complementary color
Monochromatic Colors of #186B64
Black with #186B64
Text Example
Text Example
White with #186B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186B64; }
p { color: rgb(24,107,100); }
H1.HeaderClassName
{
color: #186B64;
}
.AnyTagClassName
{
color: #186B64;
}
</style>
background-color css
<style>
a { background-color: #186B64; }
a { background-color: rgb(24,107,100); }
div.DivClassName
{
background-color: #186B64;
}
.BgClassName
{
background-color: #186B64;
}
</style>
border-color css
<style>
span { border-color: #186B64; }
span { border-color: rgb(24,107,100); }
td.TdClassName
{
border-color: #186B64;
}
.TagClassName
{
border-color: #186B64;
}
</style>