Shades of Blue Stone #246B6C
Tints of Blue Stone #246B6C
RGB
CMYK
RGB Variations
Color information
#246B6C (or 0x246B6C) is known color: Blue Stone. HEX triplet: 24, 6B and 6C. RGB value is (36,107,108). Sum of RGB (Red+Green+Blue) = 36+107+108=251 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.34% from 251); Green value is 107 (42.19% from 255 or 42.63% from 251); Blue value is 108 (42.58% from 255 or 43.03% from 251); Max value from RGB is 108 - color contains mainly: blue. Hex color #246B6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246B6C is #DB9493. Grayscale: #555555. Windows color (decimal): -14390420 or 7105316. OLE color: 7105316.
HSL color Cylindrical-coordinate representation of color #246B6C: hue angle of 180.83º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #246B6C is Cyan = 0.67, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 36 | 107 | 108 | - |
| CMYK | 0.67 | 0.01 | 0 | 0.58 |
| HSL | 180.83º | 0.5% | 0.28% | - |
| HSV(B) | 180.83º | 0.67% | 0.42% | - |
| XYZ | 8.69 | 11.97 | 16.04 | - |
| YUV | 85.89 | 140.48 | 92.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 107 | 108 | 0.67 | 0.01 | 0 | 0.58 | 180.83 | 0.5 | 0.28 |
| Hex | 24 | 6B | 6C | 43 | 1 | 0 | 3A | B5 | 32 | 1C |
| Octal | 44 | 153 | 154 | 103 | 1 | 0 | 72 | 265 | 62 | 34 |
| Binary | 100100 | 1101011 | 1101100 | 1000011 | 1 | 0 | 111010 | 10110101 | 110010 | 11100 |
Color Harmonies of #246B6C
Complementary color
Monochromatic Colors of #246B6C
Black with #246B6C
Text Example
Text Example
White with #246B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246B6C; }
p { color: rgb(36,107,108); }
H1.HeaderClassName
{
color: #246B6C;
}
.AnyTagClassName
{
color: #246B6C;
}
</style>
background-color css
<style>
a { background-color: #246B6C; }
a { background-color: rgb(36,107,108); }
div.DivClassName
{
background-color: #246B6C;
}
.BgClassName
{
background-color: #246B6C;
}
</style>
border-color css
<style>
span { border-color: #246B6C; }
span { border-color: rgb(36,107,108); }
td.TdClassName
{
border-color: #246B6C;
}
.TagClassName
{
border-color: #246B6C;
}
</style>