Shades of Blue Stone #146969
Tints of Blue Stone #146969
RGB
CMYK
RGB Variations
Color information
#146969 (or 0x146969) is known color: Blue Stone. HEX triplet: 14, 69 and 69. RGB value is (20,105,105). Sum of RGB (Red+Green+Blue) = 20+105+105=230 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.70% from 230); Green value is 105 (41.41% from 255 or 45.65% from 230); Blue value is 105 (41.41% from 255 or 45.65% from 230); Max value from RGB is 105 - color contains mainly: green, blue. Hex color #146969 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146969 is #EB9696. Grayscale: #4F4F4F. Windows color (decimal): -15439511 or 6908180. OLE color: 6908180.
HSL color Cylindrical-coordinate representation of color #146969: hue angle of 180º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #146969 is Cyan = 0.81, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 20 | 105 | 105 | - |
| CMYK | 0.81 | 0 | 0 | 0.59 |
| HSL | 180º | 0.68% | 0.25% | - |
| HSV(B) | 180º | 0.81% | 0.41% | - |
| XYZ | 7.89 | 11.27 | 15.12 | - |
| YUV | 79.59 | 142.34 | 85.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 105 | 105 | 0.81 | 0 | 0 | 0.59 | 180 | 0.68 | 0.25 |
| Hex | 14 | 69 | 69 | 51 | 0 | 0 | 3B | B4 | 44 | 19 |
| Octal | 24 | 151 | 151 | 121 | 0 | 0 | 73 | 264 | 104 | 31 |
| Binary | 10100 | 1101001 | 1101001 | 1010001 | 0 | 0 | 111011 | 10110100 | 1000100 | 11001 |
Color Harmonies of #146969
Complementary color
Monochromatic Colors of #146969
Black with #146969
Text Example
Text Example
White with #146969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146969; }
p { color: rgb(20,105,105); }
H1.HeaderClassName
{
color: #146969;
}
.AnyTagClassName
{
color: #146969;
}
</style>
background-color css
<style>
a { background-color: #146969; }
a { background-color: rgb(20,105,105); }
div.DivClassName
{
background-color: #146969;
}
.BgClassName
{
background-color: #146969;
}
</style>
border-color css
<style>
span { border-color: #146969; }
span { border-color: rgb(20,105,105); }
td.TdClassName
{
border-color: #146969;
}
.TagClassName
{
border-color: #146969;
}
</style>