Shades of Blue Stone #206767
Tints of Blue Stone #206767
RGB
CMYK
RGB Variations
Color information
#206767 (or 0x206767) is known color: Blue Stone. HEX triplet: 20, 67 and 67. RGB value is (32,103,103). Sum of RGB (Red+Green+Blue) = 32+103+103=238 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.45% from 238); Green value is 103 (40.62% from 255 or 43.28% from 238); Blue value is 103 (40.62% from 255 or 43.28% from 238); Max value from RGB is 103 - color contains mainly: green, blue. Hex color #206767 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206767 is #DF9898. Grayscale: #515151. Windows color (decimal): -14653593 or 6776608. OLE color: 6776608.
HSL color Cylindrical-coordinate representation of color #206767: hue angle of 180º 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 #206767 is Cyan = 0.69, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 32 | 103 | 103 | - |
| CMYK | 0.69 | 0 | 0 | 0.60 |
| HSL | 180º | 0.53% | 0.26% | - |
| HSV(B) | 180º | 0.69% | 0.4% | - |
| XYZ | 7.89 | 10.99 | 14.54 | - |
| YUV | 81.77 | 139.98 | 92.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 103 | 103 | 0.69 | 0 | 0 | 0.60 | 180 | 0.53 | 0.26 |
| Hex | 20 | 67 | 67 | 45 | 0 | 0 | 3C | B4 | 35 | 1A |
| Octal | 40 | 147 | 147 | 105 | 0 | 0 | 74 | 264 | 65 | 32 |
| Binary | 100000 | 1100111 | 1100111 | 1000101 | 0 | 0 | 111100 | 10110100 | 110101 | 11010 |
Color Harmonies of #206767
Complementary color
Monochromatic Colors of #206767
Black with #206767
Text Example
Text Example
White with #206767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206767; }
p { color: rgb(32,103,103); }
H1.HeaderClassName
{
color: #206767;
}
.AnyTagClassName
{
color: #206767;
}
</style>
background-color css
<style>
a { background-color: #206767; }
a { background-color: rgb(32,103,103); }
div.DivClassName
{
background-color: #206767;
}
.BgClassName
{
background-color: #206767;
}
</style>
border-color css
<style>
span { border-color: #206767; }
span { border-color: rgb(32,103,103); }
td.TdClassName
{
border-color: #206767;
}
.TagClassName
{
border-color: #206767;
}
</style>