Shades of Blue Stone #146D69
Tints of Blue Stone #146D69
RGB
CMYK
RGB Variations
Color information
#146D69 (or 0x146D69) is known color: Blue Stone. HEX triplet: 14, 6D and 69. RGB value is (20,109,105). Sum of RGB (Red+Green+Blue) = 20+109+105=234 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.55% from 234); Green value is 109 (42.97% from 255 or 46.58% from 234); Blue value is 105 (41.41% from 255 or 44.87% from 234); Max value from RGB is 109 - color contains mainly: green. Hex color #146D69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146D69 is #EB9296. Grayscale: #515151. Windows color (decimal): -15438487 or 6909204. OLE color: 6909204.
HSL color Cylindrical-coordinate representation of color #146D69: hue angle of 177.3º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #146D69 is Cyan = 0.82, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 20 | 109 | 105 | - |
| CMYK | 0.82 | 0 | 0.04 | 0.57 |
| HSL | 177.3º | 0.69% | 0.25% | - |
| HSV(B) | 177.3º | 0.82% | 0.43% | - |
| XYZ | 8.31 | 12.11 | 15.26 | - |
| YUV | 81.93 | 141.01 | 83.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 109 | 105 | 0.82 | 0 | 0.04 | 0.57 | 177.3 | 0.69 | 0.25 |
| Hex | 14 | 6D | 69 | 52 | 0 | 4 | 39 | B1 | 45 | 19 |
| Octal | 24 | 155 | 151 | 122 | 0 | 4 | 71 | 261 | 105 | 31 |
| Binary | 10100 | 1101101 | 1101001 | 1010010 | 0 | 100 | 111001 | 10110001 | 1000101 | 11001 |
Color Harmonies of #146D69
Complementary color
Monochromatic Colors of #146D69
Black with #146D69
Text Example
Text Example
White with #146D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146D69; }
p { color: rgb(20,109,105); }
H1.HeaderClassName
{
color: #146D69;
}
.AnyTagClassName
{
color: #146D69;
}
</style>
background-color css
<style>
a { background-color: #146D69; }
a { background-color: rgb(20,109,105); }
div.DivClassName
{
background-color: #146D69;
}
.BgClassName
{
background-color: #146D69;
}
</style>
border-color css
<style>
span { border-color: #146D69; }
span { border-color: rgb(20,109,105); }
td.TdClassName
{
border-color: #146D69;
}
.TagClassName
{
border-color: #146D69;
}
</style>