Shades of Blue Stone #156661
Tints of Blue Stone #156661
RGB
CMYK
RGB Variations
Color information
#156661 (or 0x156661) is known color: Blue Stone. HEX triplet: 15, 66 and 61. RGB value is (21,102,97). Sum of RGB (Red+Green+Blue) = 21+102+97=220 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.55% from 220); Green value is 102 (40.23% from 255 or 46.36% from 220); Blue value is 97 (38.28% from 255 or 44.09% from 220); Max value from RGB is 102 - color contains mainly: green. Hex color #156661 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156661 is #EA999E. Grayscale: #4D4D4D. Windows color (decimal): -15374751 or 6383125. OLE color: 6383125.
HSL color Cylindrical-coordinate representation of color #156661: hue angle of 176.3º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #156661 is Cyan = 0.79, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 21 | 102 | 97 | - |
| CMYK | 0.79 | 0 | 0.05 | 0.6 |
| HSL | 176.3º | 0.66% | 0.24% | - |
| HSV(B) | 176.3º | 0.79% | 0.4% | - |
| XYZ | 7.22 | 10.53 | 12.96 | - |
| YUV | 77.21 | 139.16 | 87.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 102 | 97 | 0.79 | 0 | 0.05 | 0.6 | 176.3 | 0.66 | 0.24 |
| Hex | 15 | 66 | 61 | 4F | 0 | 5 | 3C | B0 | 42 | 18 |
| Octal | 25 | 146 | 141 | 117 | 0 | 5 | 74 | 260 | 102 | 30 |
| Binary | 10101 | 1100110 | 1100001 | 1001111 | 0 | 101 | 111100 | 10110000 | 1000010 | 11000 |
Color Harmonies of #156661
Complementary color
Monochromatic Colors of #156661
Black with #156661
Text Example
Text Example
White with #156661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156661; }
p { color: rgb(21,102,97); }
H1.HeaderClassName
{
color: #156661;
}
.AnyTagClassName
{
color: #156661;
}
</style>
background-color css
<style>
a { background-color: #156661; }
a { background-color: rgb(21,102,97); }
div.DivClassName
{
background-color: #156661;
}
.BgClassName
{
background-color: #156661;
}
</style>
border-color css
<style>
span { border-color: #156661; }
span { border-color: rgb(21,102,97); }
td.TdClassName
{
border-color: #156661;
}
.TagClassName
{
border-color: #156661;
}
</style>