Shades of Blue Stone #206267
Tints of Blue Stone #206267
RGB
CMYK
RGB Variations
Color information
#206267 (or 0x206267) is known color: Blue Stone. HEX triplet: 20, 62 and 67. RGB value is (32,98,103). Sum of RGB (Red+Green+Blue) = 32+98+103=233 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.73% from 233); Green value is 98 (38.67% from 255 or 42.06% from 233); Blue value is 103 (40.62% from 255 or 44.21% from 233); Max value from RGB is 103 - color contains mainly: blue. Hex color #206267 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206267 is #DF9D98. Grayscale: #4E4E4E. Windows color (decimal): -14654873 or 6775328. OLE color: 6775328.
HSL color Cylindrical-coordinate representation of color #206267: hue angle of 184.23º 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 #206267 is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 32 | 98 | 103 | - |
| CMYK | 0.69 | 0.05 | 0 | 0.60 |
| HSL | 184.23º | 0.53% | 0.26% | - |
| HSV(B) | 184.23º | 0.69% | 0.4% | - |
| XYZ | 7.41 | 10.02 | 14.38 | - |
| YUV | 78.84 | 141.63 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 98 | 103 | 0.69 | 0.05 | 0 | 0.60 | 184.23 | 0.53 | 0.26 |
| Hex | 20 | 62 | 67 | 45 | 5 | 0 | 3C | B8 | 35 | 1A |
| Octal | 40 | 142 | 147 | 105 | 5 | 0 | 74 | 270 | 65 | 32 |
| Binary | 100000 | 1100010 | 1100111 | 1000101 | 101 | 0 | 111100 | 10111000 | 110101 | 11010 |
Color Harmonies of #206267
Complementary color
Monochromatic Colors of #206267
Black with #206267
Text Example
Text Example
White with #206267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206267; }
p { color: rgb(32,98,103); }
H1.HeaderClassName
{
color: #206267;
}
.AnyTagClassName
{
color: #206267;
}
</style>
background-color css
<style>
a { background-color: #206267; }
a { background-color: rgb(32,98,103); }
div.DivClassName
{
background-color: #206267;
}
.BgClassName
{
background-color: #206267;
}
</style>
border-color css
<style>
span { border-color: #206267; }
span { border-color: rgb(32,98,103); }
td.TdClassName
{
border-color: #206267;
}
.TagClassName
{
border-color: #206267;
}
</style>