Shades of Blue Stone #1F6B65
Tints of Blue Stone #1F6B65
RGB
CMYK
RGB Variations
Color information
#1F6B65 (or 0x1F6B65) is known color: Blue Stone. HEX triplet: 1F, 6B and 65. RGB value is (31,107,101). Sum of RGB (Red+Green+Blue) = 31+107+101=239 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.97% from 239); Green value is 107 (42.19% from 255 or 44.77% from 239); Blue value is 101 (39.84% from 255 or 42.26% from 239); Max value from RGB is 107 - color contains mainly: green. Hex color #1F6B65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6B65 is #E0949A. Grayscale: #535353. Windows color (decimal): -14718107 or 6646559. OLE color: 6646559.
HSL color Cylindrical-coordinate representation of color #1F6B65: hue angle of 175.26º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1F6B65 is Cyan = 0.71, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 31 | 107 | 101 | - |
| CMYK | 0.71 | 0 | 0.06 | 0.58 |
| HSL | 175.26º | 0.55% | 0.27% | - |
| HSV(B) | 175.26º | 0.71% | 0.42% | - |
| XYZ | 8.17 | 11.75 | 14.15 | - |
| YUV | 83.59 | 137.82 | 90.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 107 | 101 | 0.71 | 0 | 0.06 | 0.58 | 175.26 | 0.55 | 0.27 |
| Hex | 1F | 6B | 65 | 47 | 0 | 6 | 3A | AF | 37 | 1B |
| Octal | 37 | 153 | 145 | 107 | 0 | 6 | 72 | 257 | 67 | 33 |
| Binary | 11111 | 1101011 | 1100101 | 1000111 | 0 | 110 | 111010 | 10101111 | 110111 | 11011 |
Color Harmonies of #1F6B65
Complementary color
Monochromatic Colors of #1F6B65
Black with #1F6B65
Text Example
Text Example
White with #1F6B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6B65; }
p { color: rgb(31,107,101); }
H1.HeaderClassName
{
color: #1F6B65;
}
.AnyTagClassName
{
color: #1F6B65;
}
</style>
background-color css
<style>
a { background-color: #1F6B65; }
a { background-color: rgb(31,107,101); }
div.DivClassName
{
background-color: #1F6B65;
}
.BgClassName
{
background-color: #1F6B65;
}
</style>
border-color css
<style>
span { border-color: #1F6B65; }
span { border-color: rgb(31,107,101); }
td.TdClassName
{
border-color: #1F6B65;
}
.TagClassName
{
border-color: #1F6B65;
}
</style>