Shades of Blue Stone #1F6F6C
Tints of Blue Stone #1F6F6C
RGB
CMYK
RGB Variations
Color information
#1F6F6C (or 0x1F6F6C) is known color: Blue Stone. HEX triplet: 1F, 6F and 6C. RGB value is (31,111,108). Sum of RGB (Red+Green+Blue) = 31+111+108=250 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.4% from 250); Green value is 111 (43.75% from 255 or 44.4% from 250); Blue value is 108 (42.58% from 255 or 43.2% from 250); Max value from RGB is 111 - color contains mainly: green. Hex color #1F6F6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6F6C is #E09093. Grayscale: #565656. Windows color (decimal): -14717076 or 7106335. OLE color: 7106335.
HSL color Cylindrical-coordinate representation of color #1F6F6C: hue angle of 177.75º 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 #1F6F6C is Cyan = 0.72, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 111 | 108 | - |
| CMYK | 0.72 | 0 | 0.03 | 0.56 |
| HSL | 177.75º | 0.56% | 0.28% | - |
| HSV(B) | 177.75º | 0.72% | 0.44% | - |
| XYZ | 8.96 | 12.74 | 16.17 | - |
| YUV | 86.74 | 140 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 111 | 108 | 0.72 | 0 | 0.03 | 0.56 | 177.75 | 0.56 | 0.28 |
| Hex | 1F | 6F | 6C | 48 | 0 | 3 | 38 | B2 | 38 | 1C |
| Octal | 37 | 157 | 154 | 110 | 0 | 3 | 70 | 262 | 70 | 34 |
| Binary | 11111 | 1101111 | 1101100 | 1001000 | 0 | 11 | 111000 | 10110010 | 111000 | 11100 |
Color Harmonies of #1F6F6C
Complementary color
Monochromatic Colors of #1F6F6C
Black with #1F6F6C
Text Example
Text Example
White with #1F6F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6F6C; }
p { color: rgb(31,111,108); }
H1.HeaderClassName
{
color: #1F6F6C;
}
.AnyTagClassName
{
color: #1F6F6C;
}
</style>
background-color css
<style>
a { background-color: #1F6F6C; }
a { background-color: rgb(31,111,108); }
div.DivClassName
{
background-color: #1F6F6C;
}
.BgClassName
{
background-color: #1F6F6C;
}
</style>
border-color css
<style>
span { border-color: #1F6F6C; }
span { border-color: rgb(31,111,108); }
td.TdClassName
{
border-color: #1F6F6C;
}
.TagClassName
{
border-color: #1F6F6C;
}
</style>