Shades of Blue Stone #246D64
Tints of Blue Stone #246D64
RGB
CMYK
RGB Variations
Color information
#246D64 (or 0x246D64) is known color: Blue Stone. HEX triplet: 24, 6D and 64. RGB value is (36,109,100). Sum of RGB (Red+Green+Blue) = 36+109+100=245 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.69% from 245); Green value is 109 (42.97% from 255 or 44.49% from 245); Blue value is 100 (39.45% from 255 or 40.82% from 245); Max value from RGB is 109 - color contains mainly: green. Hex color #246D64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246D64 is #DB929B. Grayscale: #565656. Windows color (decimal): -14389916 or 6581540. OLE color: 6581540.
HSL color Cylindrical-coordinate representation of color #246D64: hue angle of 172.6º 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 #246D64 is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 36 | 109 | 100 | - |
| CMYK | 0.67 | 0 | 0.08 | 0.57 |
| HSL | 172.6º | 0.5% | 0.28% | - |
| HSV(B) | 172.6º | 0.67% | 0.43% | - |
| XYZ | 8.5 | 12.23 | 13.97 | - |
| YUV | 86.15 | 135.82 | 92.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 109 | 100 | 0.67 | 0 | 0.08 | 0.57 | 172.6 | 0.5 | 0.28 |
| Hex | 24 | 6D | 64 | 43 | 0 | 8 | 39 | AD | 32 | 1C |
| Octal | 44 | 155 | 144 | 103 | 0 | 10 | 71 | 255 | 62 | 34 |
| Binary | 100100 | 1101101 | 1100100 | 1000011 | 0 | 1000 | 111001 | 10101101 | 110010 | 11100 |
Color Harmonies of #246D64
Complementary color
Monochromatic Colors of #246D64
Black with #246D64
Text Example
Text Example
White with #246D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246D64; }
p { color: rgb(36,109,100); }
H1.HeaderClassName
{
color: #246D64;
}
.AnyTagClassName
{
color: #246D64;
}
</style>
background-color css
<style>
a { background-color: #246D64; }
a { background-color: rgb(36,109,100); }
div.DivClassName
{
background-color: #246D64;
}
.BgClassName
{
background-color: #246D64;
}
</style>
border-color css
<style>
span { border-color: #246D64; }
span { border-color: rgb(36,109,100); }
td.TdClassName
{
border-color: #246D64;
}
.TagClassName
{
border-color: #246D64;
}
</style>