Shades of Blue Stone #166A6A
Tints of Blue Stone #166A6A
RGB
CMYK
RGB Variations
Color information
#166A6A (or 0x166A6A) is known color: Blue Stone. HEX triplet: 16, 6A and 6A. RGB value is (22,106,106). Sum of RGB (Red+Green+Blue) = 22+106+106=234 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.40% from 234); Green value is 106 (41.80% from 255 or 45.30% from 234); Blue value is 106 (41.80% from 255 or 45.30% from 234); Max value from RGB is 106 - color contains mainly: green, blue. Hex color #166A6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166A6A is #E99595. Grayscale: #505050. Windows color (decimal): -15308182 or 6973974. OLE color: 6973974.
HSL color Cylindrical-coordinate representation of color #166A6A: hue angle of 180º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #166A6A is Cyan = 0.79, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 22 | 106 | 106 | - |
| CMYK | 0.79 | 0 | 0 | 0.58 |
| HSL | 180º | 0.66% | 0.25% | - |
| HSV(B) | 180º | 0.79% | 0.42% | - |
| XYZ | 8.09 | 11.52 | 15.43 | - |
| YUV | 80.88 | 142.17 | 86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 106 | 106 | 0.79 | 0 | 0 | 0.58 | 180 | 0.66 | 0.25 |
| Hex | 16 | 6A | 6A | 4F | 0 | 0 | 3A | B4 | 42 | 19 |
| Octal | 26 | 152 | 152 | 117 | 0 | 0 | 72 | 264 | 102 | 31 |
| Binary | 10110 | 1101010 | 1101010 | 1001111 | 0 | 0 | 111010 | 10110100 | 1000010 | 11001 |
Color Harmonies of #166A6A
Complementary color
Monochromatic Colors of #166A6A
Black with #166A6A
Text Example
Text Example
White with #166A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166A6A; }
p { color: rgb(22,106,106); }
H1.HeaderClassName
{
color: #166A6A;
}
.AnyTagClassName
{
color: #166A6A;
}
</style>
background-color css
<style>
a { background-color: #166A6A; }
a { background-color: rgb(22,106,106); }
div.DivClassName
{
background-color: #166A6A;
}
.BgClassName
{
background-color: #166A6A;
}
</style>
border-color css
<style>
span { border-color: #166A6A; }
span { border-color: rgb(22,106,106); }
td.TdClassName
{
border-color: #166A6A;
}
.TagClassName
{
border-color: #166A6A;
}
</style>