Shades of Blue Stone #1D6F6C
Tints of Blue Stone #1D6F6C
RGB
CMYK
RGB Variations
Color information
#1D6F6C (or 0x1D6F6C) is known color: Blue Stone. HEX triplet: 1D, 6F and 6C. RGB value is (29,111,108). Sum of RGB (Red+Green+Blue) = 29+111+108=248 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.69% from 248); Green value is 111 (43.75% from 255 or 44.76% from 248); Blue value is 108 (42.58% from 255 or 43.55% from 248); Max value from RGB is 111 - color contains mainly: green. Hex color #1D6F6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D6F6C is #E29093. Grayscale: #565656. Windows color (decimal): -14848148 or 7106333. OLE color: 7106333.
HSL color Cylindrical-coordinate representation of color #1D6F6C: hue angle of 177.8º 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 #1D6F6C is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 29 | 111 | 108 | - |
| CMYK | 0.74 | 0 | 0.03 | 0.56 |
| HSL | 177.8º | 0.59% | 0.27% | - |
| HSV(B) | 177.8º | 0.74% | 0.44% | - |
| XYZ | 8.9 | 12.71 | 16.17 | - |
| YUV | 86.14 | 140.33 | 87.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 111 | 108 | 0.74 | 0 | 0.03 | 0.56 | 177.8 | 0.59 | 0.27 |
| Hex | 1D | 6F | 6C | 4A | 0 | 3 | 38 | B2 | 3B | 1B |
| Octal | 35 | 157 | 154 | 112 | 0 | 3 | 70 | 262 | 73 | 33 |
| Binary | 11101 | 1101111 | 1101100 | 1001010 | 0 | 11 | 111000 | 10110010 | 111011 | 11011 |
Color Harmonies of #1D6F6C
Complementary color
Monochromatic Colors of #1D6F6C
Black with #1D6F6C
Text Example
Text Example
White with #1D6F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6F6C; }
p { color: rgb(29,111,108); }
H1.HeaderClassName
{
color: #1D6F6C;
}
.AnyTagClassName
{
color: #1D6F6C;
}
</style>
background-color css
<style>
a { background-color: #1D6F6C; }
a { background-color: rgb(29,111,108); }
div.DivClassName
{
background-color: #1D6F6C;
}
.BgClassName
{
background-color: #1D6F6C;
}
</style>
border-color css
<style>
span { border-color: #1D6F6C; }
span { border-color: rgb(29,111,108); }
td.TdClassName
{
border-color: #1D6F6C;
}
.TagClassName
{
border-color: #1D6F6C;
}
</style>