Shades of Blue Stone #206F69
Tints of Blue Stone #206F69
RGB
CMYK
RGB Variations
Color information
#206F69 (or 0x206F69) is known color: Blue Stone. HEX triplet: 20, 6F and 69. RGB value is (32,111,105). Sum of RGB (Red+Green+Blue) = 32+111+105=248 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.90% from 248); Green value is 111 (43.75% from 255 or 44.76% from 248); Blue value is 105 (41.41% from 255 or 42.34% from 248); Max value from RGB is 111 - color contains mainly: green. Hex color #206F69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206F69 is #DF9096. Grayscale: #565656. Windows color (decimal): -14651543 or 6909728. OLE color: 6909728.
HSL color Cylindrical-coordinate representation of color #206F69: hue angle of 175.44º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #206F69 is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 111 | 105 | - |
| CMYK | 0.71 | 0 | 0.05 | 0.56 |
| HSL | 175.44º | 0.55% | 0.28% | - |
| HSV(B) | 175.44º | 0.71% | 0.44% | - |
| XYZ | 8.83 | 12.7 | 15.35 | - |
| YUV | 86.7 | 138.33 | 88.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 111 | 105 | 0.71 | 0 | 0.05 | 0.56 | 175.44 | 0.55 | 0.28 |
| Hex | 20 | 6F | 69 | 47 | 0 | 5 | 38 | AF | 37 | 1C |
| Octal | 40 | 157 | 151 | 107 | 0 | 5 | 70 | 257 | 67 | 34 |
| Binary | 100000 | 1101111 | 1101001 | 1000111 | 0 | 101 | 111000 | 10101111 | 110111 | 11100 |
Color Harmonies of #206F69
Complementary color
Monochromatic Colors of #206F69
Black with #206F69
Text Example
Text Example
White with #206F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206F69; }
p { color: rgb(32,111,105); }
H1.HeaderClassName
{
color: #206F69;
}
.AnyTagClassName
{
color: #206F69;
}
</style>
background-color css
<style>
a { background-color: #206F69; }
a { background-color: rgb(32,111,105); }
div.DivClassName
{
background-color: #206F69;
}
.BgClassName
{
background-color: #206F69;
}
</style>
border-color css
<style>
span { border-color: #206F69; }
span { border-color: rgb(32,111,105); }
td.TdClassName
{
border-color: #206F69;
}
.TagClassName
{
border-color: #206F69;
}
</style>