Shades of Blue Stone #1D6F68
Tints of Blue Stone #1D6F68
RGB
CMYK
RGB Variations
Color information
#1D6F68 (or 0x1D6F68) is known color: Blue Stone. HEX triplet: 1D, 6F and 68. RGB value is (29,111,104). Sum of RGB (Red+Green+Blue) = 29+111+104=244 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.89% from 244); Green value is 111 (43.75% from 255 or 45.49% from 244); Blue value is 104 (41.02% from 255 or 42.62% from 244); Max value from RGB is 111 - color contains mainly: green. Hex color #1D6F68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D6F68 is #E29097. Grayscale: #555555. Windows color (decimal): -14848152 or 6844189. OLE color: 6844189.
HSL color Cylindrical-coordinate representation of color #1D6F68: hue angle of 174.88º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D6F68 is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 29 | 111 | 104 | - |
| CMYK | 0.74 | 0 | 0.06 | 0.56 |
| HSL | 174.88º | 0.59% | 0.27% | - |
| HSV(B) | 174.88º | 0.74% | 0.44% | - |
| XYZ | 8.69 | 12.63 | 15.08 | - |
| YUV | 85.68 | 138.33 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 111 | 104 | 0.74 | 0 | 0.06 | 0.56 | 174.88 | 0.59 | 0.27 |
| Hex | 1D | 6F | 68 | 4A | 0 | 6 | 38 | AF | 3B | 1B |
| Octal | 35 | 157 | 150 | 112 | 0 | 6 | 70 | 257 | 73 | 33 |
| Binary | 11101 | 1101111 | 1101000 | 1001010 | 0 | 110 | 111000 | 10101111 | 111011 | 11011 |
Color Harmonies of #1D6F68
Complementary color
Monochromatic Colors of #1D6F68
Black with #1D6F68
Text Example
Text Example
White with #1D6F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6F68; }
p { color: rgb(29,111,104); }
H1.HeaderClassName
{
color: #1D6F68;
}
.AnyTagClassName
{
color: #1D6F68;
}
</style>
background-color css
<style>
a { background-color: #1D6F68; }
a { background-color: rgb(29,111,104); }
div.DivClassName
{
background-color: #1D6F68;
}
.BgClassName
{
background-color: #1D6F68;
}
</style>
border-color css
<style>
span { border-color: #1D6F68; }
span { border-color: rgb(29,111,104); }
td.TdClassName
{
border-color: #1D6F68;
}
.TagClassName
{
border-color: #1D6F68;
}
</style>