Shades of Blue Stone #206B69
Tints of Blue Stone #206B69
RGB
CMYK
RGB Variations
Color information
#206B69 (or 0x206B69) is known color: Blue Stone. HEX triplet: 20, 6B and 69. RGB value is (32,107,105). Sum of RGB (Red+Green+Blue) = 32+107+105=244 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.11% from 244); Green value is 107 (42.19% from 255 or 43.85% from 244); Blue value is 105 (41.41% from 255 or 43.03% from 244); Max value from RGB is 107 - color contains mainly: green. Hex color #206B69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206B69 is #DF9496. Grayscale: #545454. Windows color (decimal): -14652567 or 6908704. OLE color: 6908704.
HSL color Cylindrical-coordinate representation of color #206B69: hue angle of 178.4º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #206B69 is Cyan = 0.70, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 32 | 107 | 105 | - |
| CMYK | 0.70 | 0 | 0.02 | 0.58 |
| HSL | 178.4º | 0.54% | 0.27% | - |
| HSV(B) | 178.4º | 0.7% | 0.42% | - |
| XYZ | 8.4 | 11.84 | 15.21 | - |
| YUV | 84.35 | 139.65 | 90.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 107 | 105 | 0.70 | 0 | 0.02 | 0.58 | 178.4 | 0.54 | 0.27 |
| Hex | 20 | 6B | 69 | 46 | 0 | 2 | 3A | B2 | 36 | 1B |
| Octal | 40 | 153 | 151 | 106 | 0 | 2 | 72 | 262 | 66 | 33 |
| Binary | 100000 | 1101011 | 1101001 | 1000110 | 0 | 10 | 111010 | 10110010 | 110110 | 11011 |
Color Harmonies of #206B69
Complementary color
Monochromatic Colors of #206B69
Black with #206B69
Text Example
Text Example
White with #206B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206B69; }
p { color: rgb(32,107,105); }
H1.HeaderClassName
{
color: #206B69;
}
.AnyTagClassName
{
color: #206B69;
}
</style>
background-color css
<style>
a { background-color: #206B69; }
a { background-color: rgb(32,107,105); }
div.DivClassName
{
background-color: #206B69;
}
.BgClassName
{
background-color: #206B69;
}
</style>
border-color css
<style>
span { border-color: #206B69; }
span { border-color: rgb(32,107,105); }
td.TdClassName
{
border-color: #206B69;
}
.TagClassName
{
border-color: #206B69;
}
</style>