Shades of Blue Stone #15686F
Tints of Blue Stone #15686F
RGB
CMYK
RGB Variations
Color information
#15686F (or 0x15686F) is known color: Blue Stone. HEX triplet: 15, 68 and 6F. RGB value is (21,104,111). Sum of RGB (Red+Green+Blue) = 21+104+111=236 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.90% from 236); Green value is 104 (41.02% from 255 or 44.07% from 236); Blue value is 111 (43.75% from 255 or 47.03% from 236); Max value from RGB is 111 - color contains mainly: blue. Hex color #15686F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15686F is #EA9790. Grayscale: #4F4F4F. Windows color (decimal): -15374225 or 7301141. OLE color: 7301141.
HSL color Cylindrical-coordinate representation of color #15686F: hue angle of 184.67º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #15686F is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 21 | 104 | 111 | - |
| CMYK | 0.81 | 0.06 | 0 | 0.56 |
| HSL | 184.67º | 0.68% | 0.26% | - |
| HSV(B) | 184.67º | 0.81% | 0.44% | - |
| XYZ | 8.13 | 11.21 | 16.77 | - |
| YUV | 79.98 | 145.5 | 85.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 104 | 111 | 0.81 | 0.06 | 0 | 0.56 | 184.67 | 0.68 | 0.26 |
| Hex | 15 | 68 | 6F | 51 | 6 | 0 | 38 | B9 | 44 | 1A |
| Octal | 25 | 150 | 157 | 121 | 6 | 0 | 70 | 271 | 104 | 32 |
| Binary | 10101 | 1101000 | 1101111 | 1010001 | 110 | 0 | 111000 | 10111001 | 1000100 | 11010 |
Color Harmonies of #15686F
Complementary color
Monochromatic Colors of #15686F
Black with #15686F
Text Example
Text Example
White with #15686F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15686F; }
p { color: rgb(21,104,111); }
H1.HeaderClassName
{
color: #15686F;
}
.AnyTagClassName
{
color: #15686F;
}
</style>
background-color css
<style>
a { background-color: #15686F; }
a { background-color: rgb(21,104,111); }
div.DivClassName
{
background-color: #15686F;
}
.BgClassName
{
background-color: #15686F;
}
</style>
border-color css
<style>
span { border-color: #15686F; }
span { border-color: rgb(21,104,111); }
td.TdClassName
{
border-color: #15686F;
}
.TagClassName
{
border-color: #15686F;
}
</style>