Shades of Blue Stone #1F6F61
Tints of Blue Stone #1F6F61
RGB
CMYK
RGB Variations
Color information
#1F6F61 (or 0x1F6F61) is known color: Blue Stone. HEX triplet: 1F, 6F and 61. RGB value is (31,111,97). Sum of RGB (Red+Green+Blue) = 31+111+97=239 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.97% from 239); Green value is 111 (43.75% from 255 or 46.44% from 239); Blue value is 97 (38.28% from 255 or 40.59% from 239); Max value from RGB is 111 - color contains mainly: green. Hex color #1F6F61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6F61 is #E0909E. Grayscale: #555555. Windows color (decimal): -14717087 or 6385439. OLE color: 6385439.
HSL color Cylindrical-coordinate representation of color #1F6F61: hue angle of 169.5º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F6F61 is Cyan = 0.72, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 111 | 97 | - |
| CMYK | 0.72 | 0 | 0.13 | 0.56 |
| HSL | 169.5º | 0.56% | 0.28% | - |
| HSV(B) | 169.5º | 0.72% | 0.44% | - |
| XYZ | 8.41 | 12.52 | 13.28 | - |
| YUV | 85.48 | 134.5 | 89.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 111 | 97 | 0.72 | 0 | 0.13 | 0.56 | 169.5 | 0.56 | 0.28 |
| Hex | 1F | 6F | 61 | 48 | 0 | D | 38 | AA | 38 | 1C |
| Octal | 37 | 157 | 141 | 110 | 0 | 15 | 70 | 252 | 70 | 34 |
| Binary | 11111 | 1101111 | 1100001 | 1001000 | 0 | 1101 | 111000 | 10101010 | 111000 | 11100 |
Color Harmonies of #1F6F61
Complementary color
Monochromatic Colors of #1F6F61
Black with #1F6F61
Text Example
Text Example
White with #1F6F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6F61; }
p { color: rgb(31,111,97); }
H1.HeaderClassName
{
color: #1F6F61;
}
.AnyTagClassName
{
color: #1F6F61;
}
</style>
background-color css
<style>
a { background-color: #1F6F61; }
a { background-color: rgb(31,111,97); }
div.DivClassName
{
background-color: #1F6F61;
}
.BgClassName
{
background-color: #1F6F61;
}
</style>
border-color css
<style>
span { border-color: #1F6F61; }
span { border-color: rgb(31,111,97); }
td.TdClassName
{
border-color: #1F6F61;
}
.TagClassName
{
border-color: #1F6F61;
}
</style>