Shades of Blue Stone #106F67
Tints of Blue Stone #106F67
RGB
CMYK
RGB Variations
Color information
#106F67 (or 0x106F67) is known color: Blue Stone. HEX triplet: 10, 6F and 67. RGB value is (16,111,103). Sum of RGB (Red+Green+Blue) = 16+111+103=230 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.96% from 230); Green value is 111 (43.75% from 255 or 48.26% from 230); Blue value is 103 (40.62% from 255 or 44.78% from 230); Max value from RGB is 111 - color contains mainly: green. Hex color #106F67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106F67 is #EF9098. Grayscale: #515151. Windows color (decimal): -15700121 or 6778640. OLE color: 6778640.
HSL color Cylindrical-coordinate representation of color #106F67: hue angle of 174.95º 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 #106F67 is Cyan = 0.86, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 16 | 111 | 103 | - |
| CMYK | 0.86 | 0 | 0.07 | 0.56 |
| HSL | 174.95º | 0.75% | 0.25% | - |
| HSV(B) | 174.95º | 0.86% | 0.44% | - |
| XYZ | 8.35 | 12.46 | 14.8 | - |
| YUV | 81.68 | 140.03 | 81.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 111 | 103 | 0.86 | 0 | 0.07 | 0.56 | 174.95 | 0.75 | 0.25 |
| Hex | 10 | 6F | 67 | 56 | 0 | 7 | 38 | AF | 4B | 19 |
| Octal | 20 | 157 | 147 | 126 | 0 | 7 | 70 | 257 | 113 | 31 |
| Binary | 10000 | 1101111 | 1100111 | 1010110 | 0 | 111 | 111000 | 10101111 | 1001011 | 11001 |
Color Harmonies of #106F67
Complementary color
Monochromatic Colors of #106F67
Black with #106F67
Text Example
Text Example
White with #106F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106F67; }
p { color: rgb(16,111,103); }
H1.HeaderClassName
{
color: #106F67;
}
.AnyTagClassName
{
color: #106F67;
}
</style>
background-color css
<style>
a { background-color: #106F67; }
a { background-color: rgb(16,111,103); }
div.DivClassName
{
background-color: #106F67;
}
.BgClassName
{
background-color: #106F67;
}
</style>
border-color css
<style>
span { border-color: #106F67; }
span { border-color: rgb(16,111,103); }
td.TdClassName
{
border-color: #106F67;
}
.TagClassName
{
border-color: #106F67;
}
</style>