Shades of Blue Stone #246B69
Tints of Blue Stone #246B69
RGB
CMYK
RGB Variations
Color information
#246B69 (or 0x246B69) is known color: Blue Stone. HEX triplet: 24, 6B and 69. RGB value is (36,107,105). Sum of RGB (Red+Green+Blue) = 36+107+105=248 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.52% from 248); Green value is 107 (42.19% from 255 or 43.15% from 248); Blue value is 105 (41.41% from 255 or 42.34% from 248); Max value from RGB is 107 - color contains mainly: green. Hex color #246B69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246B69 is #DB9496. Grayscale: #555555. Windows color (decimal): -14390423 or 6908708. OLE color: 6908708.
HSL color Cylindrical-coordinate representation of color #246B69: hue angle of 178.31º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #246B69 is Cyan = 0.66, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 36 | 107 | 105 | - |
| CMYK | 0.66 | 0 | 0.02 | 0.58 |
| HSL | 178.31º | 0.5% | 0.28% | - |
| HSV(B) | 178.31º | 0.66% | 0.42% | - |
| XYZ | 8.54 | 11.91 | 15.21 | - |
| YUV | 85.54 | 138.98 | 92.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 107 | 105 | 0.66 | 0 | 0.02 | 0.58 | 178.31 | 0.5 | 0.28 |
| Hex | 24 | 6B | 69 | 42 | 0 | 2 | 3A | B2 | 32 | 1C |
| Octal | 44 | 153 | 151 | 102 | 0 | 2 | 72 | 262 | 62 | 34 |
| Binary | 100100 | 1101011 | 1101001 | 1000010 | 0 | 10 | 111010 | 10110010 | 110010 | 11100 |
Color Harmonies of #246B69
Complementary color
Monochromatic Colors of #246B69
Black with #246B69
Text Example
Text Example
White with #246B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246B69; }
p { color: rgb(36,107,105); }
H1.HeaderClassName
{
color: #246B69;
}
.AnyTagClassName
{
color: #246B69;
}
</style>
background-color css
<style>
a { background-color: #246B69; }
a { background-color: rgb(36,107,105); }
div.DivClassName
{
background-color: #246B69;
}
.BgClassName
{
background-color: #246B69;
}
</style>
border-color css
<style>
span { border-color: #246B69; }
span { border-color: rgb(36,107,105); }
td.TdClassName
{
border-color: #246B69;
}
.TagClassName
{
border-color: #246B69;
}
</style>