Shades of Blue Stone #1D606A
Tints of Blue Stone #1D606A
RGB
CMYK
RGB Variations
Color information
#1D606A (or 0x1D606A) is known color: Blue Stone. HEX triplet: 1D, 60 and 6A. RGB value is (29,96,106). Sum of RGB (Red+Green+Blue) = 29+96+106=231 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.55% from 231); Green value is 96 (37.89% from 255 or 41.56% from 231); Blue value is 106 (41.80% from 255 or 45.89% from 231); Max value from RGB is 106 - color contains mainly: blue. Hex color #1D606A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D606A is #E29F95. Grayscale: #4D4D4D. Windows color (decimal): -14851990 or 6971421. OLE color: 6971421.
HSL color Cylindrical-coordinate representation of color #1D606A: hue angle of 187.79º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1D606A is Cyan = 0.73, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 29 | 96 | 106 | - |
| CMYK | 0.73 | 0.09 | 0 | 0.58 |
| HSL | 187.79º | 0.57% | 0.26% | - |
| HSV(B) | 187.79º | 0.73% | 0.42% | - |
| XYZ | 7.29 | 9.67 | 15.12 | - |
| YUV | 77.11 | 144.3 | 93.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 96 | 106 | 0.73 | 0.09 | 0 | 0.58 | 187.79 | 0.57 | 0.26 |
| Hex | 1D | 60 | 6A | 49 | 9 | 0 | 3A | BC | 39 | 1A |
| Octal | 35 | 140 | 152 | 111 | 11 | 0 | 72 | 274 | 71 | 32 |
| Binary | 11101 | 1100000 | 1101010 | 1001001 | 1001 | 0 | 111010 | 10111100 | 111001 | 11010 |
Color Harmonies of #1D606A
Complementary color
Monochromatic Colors of #1D606A
Black with #1D606A
Text Example
Text Example
White with #1D606A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D606A; }
p { color: rgb(29,96,106); }
H1.HeaderClassName
{
color: #1D606A;
}
.AnyTagClassName
{
color: #1D606A;
}
</style>
background-color css
<style>
a { background-color: #1D606A; }
a { background-color: rgb(29,96,106); }
div.DivClassName
{
background-color: #1D606A;
}
.BgClassName
{
background-color: #1D606A;
}
</style>
border-color css
<style>
span { border-color: #1D606A; }
span { border-color: rgb(29,96,106); }
td.TdClassName
{
border-color: #1D606A;
}
.TagClassName
{
border-color: #1D606A;
}
</style>