Shades of Blue Stone #216B68
Tints of Blue Stone #216B68
RGB
CMYK
RGB Variations
Color information
#216B68 (or 0x216B68) is known color: Blue Stone. HEX triplet: 21, 6B and 68. RGB value is (33,107,104). Sum of RGB (Red+Green+Blue) = 33+107+104=244 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.52% from 244); Green value is 107 (42.19% from 255 or 43.85% from 244); Blue value is 104 (41.02% from 255 or 42.62% from 244); Max value from RGB is 107 - color contains mainly: green. Hex color #216B68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216B68 is #DE9497. Grayscale: #545454. Windows color (decimal): -14587032 or 6843169. OLE color: 6843169.
HSL color Cylindrical-coordinate representation of color #216B68: hue angle of 177.57º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #216B68 is Cyan = 0.69, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 33 | 107 | 104 | - |
| CMYK | 0.69 | 0 | 0.03 | 0.58 |
| HSL | 177.57º | 0.53% | 0.27% | - |
| HSV(B) | 177.57º | 0.69% | 0.42% | - |
| XYZ | 8.38 | 11.84 | 14.94 | - |
| YUV | 84.53 | 138.98 | 91.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 107 | 104 | 0.69 | 0 | 0.03 | 0.58 | 177.57 | 0.53 | 0.27 |
| Hex | 21 | 6B | 68 | 45 | 0 | 3 | 3A | B2 | 35 | 1B |
| Octal | 41 | 153 | 150 | 105 | 0 | 3 | 72 | 262 | 65 | 33 |
| Binary | 100001 | 1101011 | 1101000 | 1000101 | 0 | 11 | 111010 | 10110010 | 110101 | 11011 |
Color Harmonies of #216B68
Complementary color
Monochromatic Colors of #216B68
Black with #216B68
Text Example
Text Example
White with #216B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216B68; }
p { color: rgb(33,107,104); }
H1.HeaderClassName
{
color: #216B68;
}
.AnyTagClassName
{
color: #216B68;
}
</style>
background-color css
<style>
a { background-color: #216B68; }
a { background-color: rgb(33,107,104); }
div.DivClassName
{
background-color: #216B68;
}
.BgClassName
{
background-color: #216B68;
}
</style>
border-color css
<style>
span { border-color: #216B68; }
span { border-color: rgb(33,107,104); }
td.TdClassName
{
border-color: #216B68;
}
.TagClassName
{
border-color: #216B68;
}
</style>