Shades of Blue Stone #216D63
Tints of Blue Stone #216D63
RGB
CMYK
RGB Variations
Color information
#216D63 (or 0x216D63) is known color: Blue Stone. HEX triplet: 21, 6D and 63. RGB value is (33,109,99). Sum of RGB (Red+Green+Blue) = 33+109+99=241 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.69% from 241); Green value is 109 (42.97% from 255 or 45.23% from 241); Blue value is 99 (39.06% from 255 or 41.08% from 241); Max value from RGB is 109 - color contains mainly: green. Hex color #216D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216D63 is #DE929C. Grayscale: #555555. Windows color (decimal): -14586525 or 6516001. OLE color: 6516001.
HSL color Cylindrical-coordinate representation of color #216D63: hue angle of 172.11º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #216D63 is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 33 | 109 | 99 | - |
| CMYK | 0.70 | 0 | 0.09 | 0.57 |
| HSL | 172.11º | 0.54% | 0.28% | - |
| HSV(B) | 172.11º | 0.7% | 0.43% | - |
| XYZ | 8.35 | 12.16 | 13.71 | - |
| YUV | 85.14 | 135.82 | 90.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 109 | 99 | 0.70 | 0 | 0.09 | 0.57 | 172.11 | 0.54 | 0.28 |
| Hex | 21 | 6D | 63 | 46 | 0 | 9 | 39 | AC | 36 | 1C |
| Octal | 41 | 155 | 143 | 106 | 0 | 11 | 71 | 254 | 66 | 34 |
| Binary | 100001 | 1101101 | 1100011 | 1000110 | 0 | 1001 | 111001 | 10101100 | 110110 | 11100 |
Color Harmonies of #216D63
Complementary color
Monochromatic Colors of #216D63
Black with #216D63
Text Example
Text Example
White with #216D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216D63; }
p { color: rgb(33,109,99); }
H1.HeaderClassName
{
color: #216D63;
}
.AnyTagClassName
{
color: #216D63;
}
</style>
background-color css
<style>
a { background-color: #216D63; }
a { background-color: rgb(33,109,99); }
div.DivClassName
{
background-color: #216D63;
}
.BgClassName
{
background-color: #216D63;
}
</style>
border-color css
<style>
span { border-color: #216D63; }
span { border-color: rgb(33,109,99); }
td.TdClassName
{
border-color: #216D63;
}
.TagClassName
{
border-color: #216D63;
}
</style>