Shades of Blue Stone #206A6C
Tints of Blue Stone #206A6C
RGB
CMYK
RGB Variations
Color information
#206A6C (or 0x206A6C) is known color: Blue Stone. HEX triplet: 20, 6A and 6C. RGB value is (32,106,108). Sum of RGB (Red+Green+Blue) = 32+106+108=246 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.01% from 246); Green value is 106 (41.80% from 255 or 43.09% from 246); Blue value is 108 (42.58% from 255 or 43.90% from 246); Max value from RGB is 108 - color contains mainly: blue. Hex color #206A6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206A6C is #DF9593. Grayscale: #545454. Windows color (decimal): -14652820 or 7105056. OLE color: 7105056.
HSL color Cylindrical-coordinate representation of color #206A6C: hue angle of 181.58º 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 #206A6C is Cyan = 0.70, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 32 | 106 | 108 | - |
| CMYK | 0.70 | 0.02 | 0 | 0.58 |
| HSL | 181.58º | 0.54% | 0.27% | - |
| HSV(B) | 181.58º | 0.7% | 0.42% | - |
| XYZ | 8.46 | 11.7 | 16 | - |
| YUV | 84.1 | 141.48 | 90.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 106 | 108 | 0.70 | 0.02 | 0 | 0.58 | 181.58 | 0.54 | 0.27 |
| Hex | 20 | 6A | 6C | 46 | 2 | 0 | 3A | B6 | 36 | 1B |
| Octal | 40 | 152 | 154 | 106 | 2 | 0 | 72 | 266 | 66 | 33 |
| Binary | 100000 | 1101010 | 1101100 | 1000110 | 10 | 0 | 111010 | 10110110 | 110110 | 11011 |
Color Harmonies of #206A6C
Complementary color
Monochromatic Colors of #206A6C
Black with #206A6C
Text Example
Text Example
White with #206A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206A6C; }
p { color: rgb(32,106,108); }
H1.HeaderClassName
{
color: #206A6C;
}
.AnyTagClassName
{
color: #206A6C;
}
</style>
background-color css
<style>
a { background-color: #206A6C; }
a { background-color: rgb(32,106,108); }
div.DivClassName
{
background-color: #206A6C;
}
.BgClassName
{
background-color: #206A6C;
}
</style>
border-color css
<style>
span { border-color: #206A6C; }
span { border-color: rgb(32,106,108); }
td.TdClassName
{
border-color: #206A6C;
}
.TagClassName
{
border-color: #206A6C;
}
</style>