Shades of Blue Stone #106F68
Tints of Blue Stone #106F68
RGB
CMYK
RGB Variations
Color information
#106F68 (or 0x106F68) is known color: Blue Stone. HEX triplet: 10, 6F and 68. RGB value is (16,111,104). Sum of RGB (Red+Green+Blue) = 16+111+104=231 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.93% from 231); Green value is 111 (43.75% from 255 or 48.05% from 231); Blue value is 104 (41.02% from 255 or 45.02% from 231); Max value from RGB is 111 - color contains mainly: green. Hex color #106F68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106F68 is #EF9097. Grayscale: #515151. Windows color (decimal): -15700120 or 6844176. OLE color: 6844176.
HSL color Cylindrical-coordinate representation of color #106F68: hue angle of 175.58º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #106F68 is Cyan = 0.86, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 16 | 111 | 104 | - |
| CMYK | 0.86 | 0 | 0.06 | 0.56 |
| HSL | 175.58º | 0.75% | 0.25% | - |
| HSV(B) | 175.58º | 0.86% | 0.44% | - |
| XYZ | 8.4 | 12.48 | 15.06 | - |
| YUV | 81.8 | 140.53 | 81.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 111 | 104 | 0.86 | 0 | 0.06 | 0.56 | 175.58 | 0.75 | 0.25 |
| Hex | 10 | 6F | 68 | 56 | 0 | 6 | 38 | B0 | 4B | 19 |
| Octal | 20 | 157 | 150 | 126 | 0 | 6 | 70 | 260 | 113 | 31 |
| Binary | 10000 | 1101111 | 1101000 | 1010110 | 0 | 110 | 111000 | 10110000 | 1001011 | 11001 |
Color Harmonies of #106F68
Complementary color
Monochromatic Colors of #106F68
Black with #106F68
Text Example
Text Example
White with #106F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106F68; }
p { color: rgb(16,111,104); }
H1.HeaderClassName
{
color: #106F68;
}
.AnyTagClassName
{
color: #106F68;
}
</style>
background-color css
<style>
a { background-color: #106F68; }
a { background-color: rgb(16,111,104); }
div.DivClassName
{
background-color: #106F68;
}
.BgClassName
{
background-color: #106F68;
}
</style>
border-color css
<style>
span { border-color: #106F68; }
span { border-color: rgb(16,111,104); }
td.TdClassName
{
border-color: #106F68;
}
.TagClassName
{
border-color: #106F68;
}
</style>