Shades of Blue Stone #14616C
Tints of Blue Stone #14616C
RGB
CMYK
RGB Variations
Color information
#14616C (or 0x14616C) is known color: Blue Stone. HEX triplet: 14, 61 and 6C. RGB value is (20,97,108). Sum of RGB (Red+Green+Blue) = 20+97+108=225 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.89% from 225); Green value is 97 (38.28% from 255 or 43.11% from 225); Blue value is 108 (42.58% from 255 or 48% from 225); Max value from RGB is 108 - color contains mainly: blue. Hex color #14616C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14616C is #EB9E93. Grayscale: #4B4B4B. Windows color (decimal): -15441556 or 7102740. OLE color: 7102740.
HSL color Cylindrical-coordinate representation of color #14616C: hue angle of 187.5º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #14616C is Cyan = 0.81, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 20 | 97 | 108 | - |
| CMYK | 0.81 | 0.10 | 0 | 0.58 |
| HSL | 187.5º | 0.69% | 0.25% | - |
| HSV(B) | 187.5º | 0.81% | 0.42% | - |
| XYZ | 7.27 | 9.78 | 15.69 | - |
| YUV | 75.23 | 146.49 | 88.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 97 | 108 | 0.81 | 0.10 | 0 | 0.58 | 187.5 | 0.69 | 0.25 |
| Hex | 14 | 61 | 6C | 51 | A | 0 | 3A | BC | 45 | 19 |
| Octal | 24 | 141 | 154 | 121 | 12 | 0 | 72 | 274 | 105 | 31 |
| Binary | 10100 | 1100001 | 1101100 | 1010001 | 1010 | 0 | 111010 | 10111100 | 1000101 | 11001 |
Color Harmonies of #14616C
Complementary color
Monochromatic Colors of #14616C
Black with #14616C
Text Example
Text Example
White with #14616C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14616C; }
p { color: rgb(20,97,108); }
H1.HeaderClassName
{
color: #14616C;
}
.AnyTagClassName
{
color: #14616C;
}
</style>
background-color css
<style>
a { background-color: #14616C; }
a { background-color: rgb(20,97,108); }
div.DivClassName
{
background-color: #14616C;
}
.BgClassName
{
background-color: #14616C;
}
</style>
border-color css
<style>
span { border-color: #14616C; }
span { border-color: rgb(20,97,108); }
td.TdClassName
{
border-color: #14616C;
}
.TagClassName
{
border-color: #14616C;
}
</style>