Shades of Blue Stone #216A6E
Tints of Blue Stone #216A6E
RGB
CMYK
RGB Variations
Color information
#216A6E (or 0x216A6E) is known color: Blue Stone. HEX triplet: 21, 6A and 6E. RGB value is (33,106,110). Sum of RGB (Red+Green+Blue) = 33+106+110=249 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.25% from 249); Green value is 106 (41.80% from 255 or 42.57% from 249); Blue value is 110 (43.36% from 255 or 44.18% from 249); Max value from RGB is 110 - color contains mainly: blue. Hex color #216A6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216A6E is #DE9591. Grayscale: #545454. Windows color (decimal): -14587282 or 7236129. OLE color: 7236129.
HSL color Cylindrical-coordinate representation of color #216A6E: hue angle of 183.12º 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 #216A6E is Cyan = 0.7, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 33 | 106 | 110 | - |
| CMYK | 0.7 | 0.04 | 0 | 0.57 |
| HSL | 183.12º | 0.54% | 0.28% | - |
| HSV(B) | 183.12º | 0.7% | 0.43% | - |
| XYZ | 8.6 | 11.76 | 16.57 | - |
| YUV | 84.63 | 142.32 | 91.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 106 | 110 | 0.7 | 0.04 | 0 | 0.57 | 183.12 | 0.54 | 0.28 |
| Hex | 21 | 6A | 6E | 46 | 4 | 0 | 39 | B7 | 36 | 1C |
| Octal | 41 | 152 | 156 | 106 | 4 | 0 | 71 | 267 | 66 | 34 |
| Binary | 100001 | 1101010 | 1101110 | 1000110 | 100 | 0 | 111001 | 10110111 | 110110 | 11100 |
Color Harmonies of #216A6E
Complementary color
Monochromatic Colors of #216A6E
Black with #216A6E
Text Example
Text Example
White with #216A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216A6E; }
p { color: rgb(33,106,110); }
H1.HeaderClassName
{
color: #216A6E;
}
.AnyTagClassName
{
color: #216A6E;
}
</style>
background-color css
<style>
a { background-color: #216A6E; }
a { background-color: rgb(33,106,110); }
div.DivClassName
{
background-color: #216A6E;
}
.BgClassName
{
background-color: #216A6E;
}
</style>
border-color css
<style>
span { border-color: #216A6E; }
span { border-color: rgb(33,106,110); }
td.TdClassName
{
border-color: #216A6E;
}
.TagClassName
{
border-color: #216A6E;
}
</style>