Shades of Blue Stone #166C67
Tints of Blue Stone #166C67
RGB
CMYK
RGB Variations
Color information
#166C67 (or 0x166C67) is known color: Blue Stone. HEX triplet: 16, 6C and 67. RGB value is (22,108,103). Sum of RGB (Red+Green+Blue) = 22+108+103=233 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.44% from 233); Green value is 108 (42.58% from 255 or 46.35% from 233); Blue value is 103 (40.62% from 255 or 44.21% from 233); Max value from RGB is 108 - color contains mainly: green. Hex color #166C67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166C67 is #E99398. Grayscale: #515151. Windows color (decimal): -15307673 or 6777878. OLE color: 6777878.
HSL color Cylindrical-coordinate representation of color #166C67: hue angle of 176.51º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #166C67 is Cyan = 0.80, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 22 | 108 | 103 | - |
| CMYK | 0.80 | 0 | 0.05 | 0.58 |
| HSL | 176.51º | 0.66% | 0.25% | - |
| HSV(B) | 176.51º | 0.8% | 0.42% | - |
| XYZ | 8.14 | 11.87 | 14.69 | - |
| YUV | 81.72 | 140.01 | 85.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 108 | 103 | 0.80 | 0 | 0.05 | 0.58 | 176.51 | 0.66 | 0.25 |
| Hex | 16 | 6C | 67 | 50 | 0 | 5 | 3A | B1 | 42 | 19 |
| Octal | 26 | 154 | 147 | 120 | 0 | 5 | 72 | 261 | 102 | 31 |
| Binary | 10110 | 1101100 | 1100111 | 1010000 | 0 | 101 | 111010 | 10110001 | 1000010 | 11001 |
Color Harmonies of #166C67
Complementary color
Monochromatic Colors of #166C67
Black with #166C67
Text Example
Text Example
White with #166C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166C67; }
p { color: rgb(22,108,103); }
H1.HeaderClassName
{
color: #166C67;
}
.AnyTagClassName
{
color: #166C67;
}
</style>
background-color css
<style>
a { background-color: #166C67; }
a { background-color: rgb(22,108,103); }
div.DivClassName
{
background-color: #166C67;
}
.BgClassName
{
background-color: #166C67;
}
</style>
border-color css
<style>
span { border-color: #166C67; }
span { border-color: rgb(22,108,103); }
td.TdClassName
{
border-color: #166C67;
}
.TagClassName
{
border-color: #166C67;
}
</style>