Shades of Blue Stone #206B6C
Tints of Blue Stone #206B6C
RGB
CMYK
RGB Variations
Color information
#206B6C (or 0x206B6C) is known color: Blue Stone. HEX triplet: 20, 6B and 6C. RGB value is (32,107,108). Sum of RGB (Red+Green+Blue) = 32+107+108=247 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.96% from 247); Green value is 107 (42.19% from 255 or 43.32% 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 #206B6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206B6C is #DF9493. Grayscale: #545454. Windows color (decimal): -14652564 or 7105312. OLE color: 7105312.
HSL color Cylindrical-coordinate representation of color #206B6C: hue angle of 180.79º 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 #206B6C is Cyan = 0.70, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 32 | 107 | 108 | - |
| CMYK | 0.70 | 0.01 | 0 | 0.58 |
| HSL | 180.79º | 0.54% | 0.27% | - |
| HSV(B) | 180.79º | 0.7% | 0.42% | - |
| XYZ | 8.56 | 11.91 | 16.03 | - |
| YUV | 84.69 | 141.15 | 90.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 107 | 108 | 0.70 | 0.01 | 0 | 0.58 | 180.79 | 0.54 | 0.27 |
| Hex | 20 | 6B | 6C | 46 | 1 | 0 | 3A | B5 | 36 | 1B |
| Octal | 40 | 153 | 154 | 106 | 1 | 0 | 72 | 265 | 66 | 33 |
| Binary | 100000 | 1101011 | 1101100 | 1000110 | 1 | 0 | 111010 | 10110101 | 110110 | 11011 |
Color Harmonies of #206B6C
Complementary color
Monochromatic Colors of #206B6C
Black with #206B6C
Text Example
Text Example
White with #206B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206B6C; }
p { color: rgb(32,107,108); }
H1.HeaderClassName
{
color: #206B6C;
}
.AnyTagClassName
{
color: #206B6C;
}
</style>
background-color css
<style>
a { background-color: #206B6C; }
a { background-color: rgb(32,107,108); }
div.DivClassName
{
background-color: #206B6C;
}
.BgClassName
{
background-color: #206B6C;
}
</style>
border-color css
<style>
span { border-color: #206B6C; }
span { border-color: rgb(32,107,108); }
td.TdClassName
{
border-color: #206B6C;
}
.TagClassName
{
border-color: #206B6C;
}
</style>