Shades of Blue Stone #246D63
Tints of Blue Stone #246D63
RGB
CMYK
RGB Variations
Color information
#246D63 (or 0x246D63) is known color: Blue Stone. HEX triplet: 24, 6D and 63. RGB value is (36,109,99). Sum of RGB (Red+Green+Blue) = 36+109+99=244 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.75% from 244); Green value is 109 (42.97% from 255 or 44.67% from 244); Blue value is 99 (39.06% from 255 or 40.57% from 244); Max value from RGB is 109 - color contains mainly: green. Hex color #246D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246D63 is #DB929C. Grayscale: #565656. Windows color (decimal): -14389917 or 6516004. OLE color: 6516004.
HSL color Cylindrical-coordinate representation of color #246D63: hue angle of 171.78º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #246D63 is Cyan = 0.67, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 36 | 109 | 99 | - |
| CMYK | 0.67 | 0 | 0.09 | 0.57 |
| HSL | 171.78º | 0.5% | 0.28% | - |
| HSV(B) | 171.78º | 0.67% | 0.43% | - |
| XYZ | 8.45 | 12.21 | 13.72 | - |
| YUV | 86.03 | 135.32 | 92.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 109 | 99 | 0.67 | 0 | 0.09 | 0.57 | 171.78 | 0.5 | 0.28 |
| Hex | 24 | 6D | 63 | 43 | 0 | 9 | 39 | AC | 32 | 1C |
| Octal | 44 | 155 | 143 | 103 | 0 | 11 | 71 | 254 | 62 | 34 |
| Binary | 100100 | 1101101 | 1100011 | 1000011 | 0 | 1001 | 111001 | 10101100 | 110010 | 11100 |
Color Harmonies of #246D63
Complementary color
Monochromatic Colors of #246D63
Black with #246D63
Text Example
Text Example
White with #246D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246D63; }
p { color: rgb(36,109,99); }
H1.HeaderClassName
{
color: #246D63;
}
.AnyTagClassName
{
color: #246D63;
}
</style>
background-color css
<style>
a { background-color: #246D63; }
a { background-color: rgb(36,109,99); }
div.DivClassName
{
background-color: #246D63;
}
.BgClassName
{
background-color: #246D63;
}
</style>
border-color css
<style>
span { border-color: #246D63; }
span { border-color: rgb(36,109,99); }
td.TdClassName
{
border-color: #246D63;
}
.TagClassName
{
border-color: #246D63;
}
</style>