Shades of Blue Stone #207068
Tints of Blue Stone #207068
RGB
CMYK
RGB Variations
Color information
#207068 (or 0x207068) is known color: Blue Stone. HEX triplet: 20, 70 and 68. RGB value is (32,112,104). Sum of RGB (Red+Green+Blue) = 32+112+104=248 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.90% from 248); Green value is 112 (44.14% from 255 or 45.16% from 248); Blue value is 104 (41.02% from 255 or 41.94% from 248); Max value from RGB is 112 - color contains mainly: green. Hex color #207068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207068 is #DF8F97. Grayscale: #575757. Windows color (decimal): -14651288 or 6844448. OLE color: 6844448.
HSL color Cylindrical-coordinate representation of color #207068: hue angle of 174º degrees, saturation: 0.56, 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 #207068 is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 112 | 104 | - |
| CMYK | 0.71 | 0 | 0.07 | 0.56 |
| HSL | 174º | 0.56% | 0.28% | - |
| HSV(B) | 174º | 0.71% | 0.44% | - |
| XYZ | 8.89 | 12.89 | 15.12 | - |
| YUV | 87.17 | 137.5 | 88.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 112 | 104 | 0.71 | 0 | 0.07 | 0.56 | 174 | 0.56 | 0.28 |
| Hex | 20 | 70 | 68 | 47 | 0 | 7 | 38 | AE | 38 | 1C |
| Octal | 40 | 160 | 150 | 107 | 0 | 7 | 70 | 256 | 70 | 34 |
| Binary | 100000 | 1110000 | 1101000 | 1000111 | 0 | 111 | 111000 | 10101110 | 111000 | 11100 |
Color Harmonies of #207068
Complementary color
Monochromatic Colors of #207068
Black with #207068
Text Example
Text Example
White with #207068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207068; }
p { color: rgb(32,112,104); }
H1.HeaderClassName
{
color: #207068;
}
.AnyTagClassName
{
color: #207068;
}
</style>
background-color css
<style>
a { background-color: #207068; }
a { background-color: rgb(32,112,104); }
div.DivClassName
{
background-color: #207068;
}
.BgClassName
{
background-color: #207068;
}
</style>
border-color css
<style>
span { border-color: #207068; }
span { border-color: rgb(32,112,104); }
td.TdClassName
{
border-color: #207068;
}
.TagClassName
{
border-color: #207068;
}
</style>