Shades of Blue Stone #216A6C
Tints of Blue Stone #216A6C
RGB
CMYK
RGB Variations
Color information
#216A6C (or 0x216A6C) is known color: Blue Stone. HEX triplet: 21, 6A and 6C. RGB value is (33,106,108). Sum of RGB (Red+Green+Blue) = 33+106+108=247 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.36% from 247); Green value is 106 (41.80% from 255 or 42.91% from 247); Blue value is 108 (42.58% from 255 or 43.72% from 247); Max value from RGB is 108 - color contains mainly: blue. Hex color #216A6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216A6C is #DE9593. Grayscale: #545454. Windows color (decimal): -14587284 or 7105057. OLE color: 7105057.
HSL color Cylindrical-coordinate representation of color #216A6C: hue angle of 181.6º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #216A6C is Cyan = 0.69, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 33 | 106 | 108 | - |
| CMYK | 0.69 | 0.02 | 0 | 0.58 |
| HSL | 181.6º | 0.53% | 0.28% | - |
| HSV(B) | 181.6º | 0.69% | 0.42% | - |
| XYZ | 8.49 | 11.71 | 16 | - |
| YUV | 84.4 | 141.32 | 91.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 106 | 108 | 0.69 | 0.02 | 0 | 0.58 | 181.6 | 0.53 | 0.28 |
| Hex | 21 | 6A | 6C | 45 | 2 | 0 | 3A | B6 | 35 | 1C |
| Octal | 41 | 152 | 154 | 105 | 2 | 0 | 72 | 266 | 65 | 34 |
| Binary | 100001 | 1101010 | 1101100 | 1000101 | 10 | 0 | 111010 | 10110110 | 110101 | 11100 |
Color Harmonies of #216A6C
Complementary color
Monochromatic Colors of #216A6C
Black with #216A6C
Text Example
Text Example
White with #216A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216A6C; }
p { color: rgb(33,106,108); }
H1.HeaderClassName
{
color: #216A6C;
}
.AnyTagClassName
{
color: #216A6C;
}
</style>
background-color css
<style>
a { background-color: #216A6C; }
a { background-color: rgb(33,106,108); }
div.DivClassName
{
background-color: #216A6C;
}
.BgClassName
{
background-color: #216A6C;
}
</style>
border-color css
<style>
span { border-color: #216A6C; }
span { border-color: rgb(33,106,108); }
td.TdClassName
{
border-color: #216A6C;
}
.TagClassName
{
border-color: #216A6C;
}
</style>