Shades of Blue Stone #1D6669
Tints of Blue Stone #1D6669
RGB
CMYK
RGB Variations
Color information
#1D6669 (or 0x1D6669) is known color: Blue Stone. HEX triplet: 1D, 66 and 69. RGB value is (29,102,105). Sum of RGB (Red+Green+Blue) = 29+102+105=236 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.29% from 236); Green value is 102 (40.23% from 255 or 43.22% from 236); Blue value is 105 (41.41% from 255 or 44.49% from 236); Max value from RGB is 105 - color contains mainly: blue. Hex color #1D6669 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D6669 is #E29996. Grayscale: #505050. Windows color (decimal): -14850455 or 6907421. OLE color: 6907421.
HSL color Cylindrical-coordinate representation of color #1D6669: hue angle of 182.37º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1D6669 is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 29 | 102 | 105 | - |
| CMYK | 0.72 | 0.03 | 0 | 0.59 |
| HSL | 182.37º | 0.57% | 0.26% | - |
| HSV(B) | 182.37º | 0.72% | 0.41% | - |
| XYZ | 7.81 | 10.78 | 15.03 | - |
| YUV | 80.52 | 141.82 | 91.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 102 | 105 | 0.72 | 0.03 | 0 | 0.59 | 182.37 | 0.57 | 0.26 |
| Hex | 1D | 66 | 69 | 48 | 3 | 0 | 3B | B6 | 39 | 1A |
| Octal | 35 | 146 | 151 | 110 | 3 | 0 | 73 | 266 | 71 | 32 |
| Binary | 11101 | 1100110 | 1101001 | 1001000 | 11 | 0 | 111011 | 10110110 | 111001 | 11010 |
Color Harmonies of #1D6669
Complementary color
Monochromatic Colors of #1D6669
Black with #1D6669
Text Example
Text Example
White with #1D6669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6669; }
p { color: rgb(29,102,105); }
H1.HeaderClassName
{
color: #1D6669;
}
.AnyTagClassName
{
color: #1D6669;
}
</style>
background-color css
<style>
a { background-color: #1D6669; }
a { background-color: rgb(29,102,105); }
div.DivClassName
{
background-color: #1D6669;
}
.BgClassName
{
background-color: #1D6669;
}
</style>
border-color css
<style>
span { border-color: #1D6669; }
span { border-color: rgb(29,102,105); }
td.TdClassName
{
border-color: #1D6669;
}
.TagClassName
{
border-color: #1D6669;
}
</style>