Shades of Blue Stone #206760
Tints of Blue Stone #206760
RGB
CMYK
RGB Variations
Color information
#206760 (or 0x206760) is known color: Blue Stone. HEX triplet: 20, 67 and 60. RGB value is (32,103,96). Sum of RGB (Red+Green+Blue) = 32+103+96=231 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.85% from 231); Green value is 103 (40.62% from 255 or 44.59% from 231); Blue value is 96 (37.89% from 255 or 41.56% from 231); Max value from RGB is 103 - color contains mainly: green. Hex color #206760 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206760 is #DF989F. Grayscale: #505050. Windows color (decimal): -14653600 or 6317856. OLE color: 6317856.
HSL color Cylindrical-coordinate representation of color #206760: hue angle of 174.08º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #206760 is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 32 | 103 | 96 | - |
| CMYK | 0.69 | 0 | 0.07 | 0.60 |
| HSL | 174.08º | 0.53% | 0.26% | - |
| HSV(B) | 174.08º | 0.69% | 0.4% | - |
| XYZ | 7.56 | 10.85 | 12.76 | - |
| YUV | 80.97 | 136.48 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 103 | 96 | 0.69 | 0 | 0.07 | 0.60 | 174.08 | 0.53 | 0.26 |
| Hex | 20 | 67 | 60 | 45 | 0 | 7 | 3C | AE | 35 | 1A |
| Octal | 40 | 147 | 140 | 105 | 0 | 7 | 74 | 256 | 65 | 32 |
| Binary | 100000 | 1100111 | 1100000 | 1000101 | 0 | 111 | 111100 | 10101110 | 110101 | 11010 |
Color Harmonies of #206760
Complementary color
Monochromatic Colors of #206760
Black with #206760
Text Example
Text Example
White with #206760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206760; }
p { color: rgb(32,103,96); }
H1.HeaderClassName
{
color: #206760;
}
.AnyTagClassName
{
color: #206760;
}
</style>
background-color css
<style>
a { background-color: #206760; }
a { background-color: rgb(32,103,96); }
div.DivClassName
{
background-color: #206760;
}
.BgClassName
{
background-color: #206760;
}
</style>
border-color css
<style>
span { border-color: #206760; }
span { border-color: rgb(32,103,96); }
td.TdClassName
{
border-color: #206760;
}
.TagClassName
{
border-color: #206760;
}
</style>