Shades of Blue Stone #206C6E
Tints of Blue Stone #206C6E
RGB
CMYK
RGB Variations
Color information
#206C6E (or 0x206C6E) is known color: Blue Stone. HEX triplet: 20, 6C and 6E. RGB value is (32,108,110). Sum of RGB (Red+Green+Blue) = 32+108+110=250 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.8% from 250); Green value is 108 (42.58% from 255 or 43.2% from 250); Blue value is 110 (43.36% from 255 or 44% from 250); Max value from RGB is 110 - color contains mainly: blue. Hex color #206C6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206C6E is #DF9391. Grayscale: #555555. Windows color (decimal): -14652306 or 7236640. OLE color: 7236640.
HSL color Cylindrical-coordinate representation of color #206C6E: hue angle of 181.54º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #206C6E is Cyan = 0.71, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 32 | 108 | 110 | - |
| CMYK | 0.71 | 0.02 | 0 | 0.57 |
| HSL | 181.54º | 0.55% | 0.28% | - |
| HSV(B) | 181.54º | 0.71% | 0.43% | - |
| XYZ | 8.77 | 12.16 | 16.64 | - |
| YUV | 85.5 | 141.82 | 89.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 108 | 110 | 0.71 | 0.02 | 0 | 0.57 | 181.54 | 0.55 | 0.28 |
| Hex | 20 | 6C | 6E | 47 | 2 | 0 | 39 | B6 | 37 | 1C |
| Octal | 40 | 154 | 156 | 107 | 2 | 0 | 71 | 266 | 67 | 34 |
| Binary | 100000 | 1101100 | 1101110 | 1000111 | 10 | 0 | 111001 | 10110110 | 110111 | 11100 |
Color Harmonies of #206C6E
Complementary color
Monochromatic Colors of #206C6E
Black with #206C6E
Text Example
Text Example
White with #206C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206C6E; }
p { color: rgb(32,108,110); }
H1.HeaderClassName
{
color: #206C6E;
}
.AnyTagClassName
{
color: #206C6E;
}
</style>
background-color css
<style>
a { background-color: #206C6E; }
a { background-color: rgb(32,108,110); }
div.DivClassName
{
background-color: #206C6E;
}
.BgClassName
{
background-color: #206C6E;
}
</style>
border-color css
<style>
span { border-color: #206C6E; }
span { border-color: rgb(32,108,110); }
td.TdClassName
{
border-color: #206C6E;
}
.TagClassName
{
border-color: #206C6E;
}
</style>