Shades of Blue Stone #15686B
Tints of Blue Stone #15686B
RGB
CMYK
RGB Variations
Color information
#15686B (or 0x15686B) is known color: Blue Stone. HEX triplet: 15, 68 and 6B. RGB value is (21,104,107). Sum of RGB (Red+Green+Blue) = 21+104+107=232 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.05% from 232); Green value is 104 (41.02% from 255 or 44.83% from 232); Blue value is 107 (42.19% from 255 or 46.12% from 232); Max value from RGB is 107 - color contains mainly: blue. Hex color #15686B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15686B is #EA9794. Grayscale: #4F4F4F. Windows color (decimal): -15374229 or 7038997. OLE color: 7038997.
HSL color Cylindrical-coordinate representation of color #15686B: hue angle of 182.09º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #15686B is Cyan = 0.80, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 21 | 104 | 107 | - |
| CMYK | 0.80 | 0.03 | 0 | 0.58 |
| HSL | 182.09º | 0.67% | 0.25% | - |
| HSV(B) | 182.09º | 0.8% | 0.42% | - |
| XYZ | 7.91 | 11.12 | 15.64 | - |
| YUV | 79.53 | 143.5 | 86.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 104 | 107 | 0.80 | 0.03 | 0 | 0.58 | 182.09 | 0.67 | 0.25 |
| Hex | 15 | 68 | 6B | 50 | 3 | 0 | 3A | B6 | 43 | 19 |
| Octal | 25 | 150 | 153 | 120 | 3 | 0 | 72 | 266 | 103 | 31 |
| Binary | 10101 | 1101000 | 1101011 | 1010000 | 11 | 0 | 111010 | 10110110 | 1000011 | 11001 |
Color Harmonies of #15686B
Complementary color
Monochromatic Colors of #15686B
Black with #15686B
Text Example
Text Example
White with #15686B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15686B; }
p { color: rgb(21,104,107); }
H1.HeaderClassName
{
color: #15686B;
}
.AnyTagClassName
{
color: #15686B;
}
</style>
background-color css
<style>
a { background-color: #15686B; }
a { background-color: rgb(21,104,107); }
div.DivClassName
{
background-color: #15686B;
}
.BgClassName
{
background-color: #15686B;
}
</style>
border-color css
<style>
span { border-color: #15686B; }
span { border-color: rgb(21,104,107); }
td.TdClassName
{
border-color: #15686B;
}
.TagClassName
{
border-color: #15686B;
}
</style>