Shades of Blue Stone #146A6D
Tints of Blue Stone #146A6D
RGB
CMYK
RGB Variations
Color information
#146A6D (or 0x146A6D) is known color: Blue Stone. HEX triplet: 14, 6A and 6D. RGB value is (20,106,109). Sum of RGB (Red+Green+Blue) = 20+106+109=235 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.51% from 235); Green value is 106 (41.80% from 255 or 45.11% from 235); Blue value is 109 (42.97% from 255 or 46.38% from 235); Max value from RGB is 109 - color contains mainly: blue. Hex color #146A6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146A6D is #EB9592. Grayscale: #505050. Windows color (decimal): -15439251 or 7170580. OLE color: 7170580.
HSL color Cylindrical-coordinate representation of color #146A6D: hue angle of 182.02º 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 #146A6D is Cyan = 0.82, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 20 | 106 | 109 | - |
| CMYK | 0.82 | 0.03 | 0 | 0.57 |
| HSL | 182.02º | 0.69% | 0.25% | - |
| HSV(B) | 182.02º | 0.82% | 0.43% | - |
| XYZ | 8.2 | 11.56 | 16.27 | - |
| YUV | 80.63 | 144.01 | 84.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 106 | 109 | 0.82 | 0.03 | 0 | 0.57 | 182.02 | 0.69 | 0.25 |
| Hex | 14 | 6A | 6D | 52 | 3 | 0 | 39 | B6 | 45 | 19 |
| Octal | 24 | 152 | 155 | 122 | 3 | 0 | 71 | 266 | 105 | 31 |
| Binary | 10100 | 1101010 | 1101101 | 1010010 | 11 | 0 | 111001 | 10110110 | 1000101 | 11001 |
Color Harmonies of #146A6D
Complementary color
Monochromatic Colors of #146A6D
Black with #146A6D
Text Example
Text Example
White with #146A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146A6D; }
p { color: rgb(20,106,109); }
H1.HeaderClassName
{
color: #146A6D;
}
.AnyTagClassName
{
color: #146A6D;
}
</style>
background-color css
<style>
a { background-color: #146A6D; }
a { background-color: rgb(20,106,109); }
div.DivClassName
{
background-color: #146A6D;
}
.BgClassName
{
background-color: #146A6D;
}
</style>
border-color css
<style>
span { border-color: #146A6D; }
span { border-color: rgb(20,106,109); }
td.TdClassName
{
border-color: #146A6D;
}
.TagClassName
{
border-color: #146A6D;
}
</style>