Shades of Blue Stone #1B6B62
Tints of Blue Stone #1B6B62
RGB
CMYK
RGB Variations
Color information
#1B6B62 (or 0x1B6B62) is known color: Blue Stone. HEX triplet: 1B, 6B and 62. RGB value is (27,107,98). Sum of RGB (Red+Green+Blue) = 27+107+98=232 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.64% from 232); Green value is 107 (42.19% from 255 or 46.12% from 232); Blue value is 98 (38.67% from 255 or 42.24% from 232); Max value from RGB is 107 - color contains mainly: green. Hex color #1B6B62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B6B62 is #E4949D. Grayscale: #525252. Windows color (decimal): -14980254 or 6449947. OLE color: 6449947.
HSL color Cylindrical-coordinate representation of color #1B6B62: hue angle of 173.25º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1B6B62 is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 27 | 107 | 98 | - |
| CMYK | 0.75 | 0 | 0.08 | 0.58 |
| HSL | 173.25º | 0.6% | 0.26% | - |
| HSV(B) | 173.25º | 0.75% | 0.42% | - |
| XYZ | 7.91 | 11.63 | 13.38 | - |
| YUV | 82.05 | 137 | 88.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 107 | 98 | 0.75 | 0 | 0.08 | 0.58 | 173.25 | 0.6 | 0.26 |
| Hex | 1B | 6B | 62 | 4B | 0 | 8 | 3A | AD | 3C | 1A |
| Octal | 33 | 153 | 142 | 113 | 0 | 10 | 72 | 255 | 74 | 32 |
| Binary | 11011 | 1101011 | 1100010 | 1001011 | 0 | 1000 | 111010 | 10101101 | 111100 | 11010 |
Color Harmonies of #1B6B62
Complementary color
Monochromatic Colors of #1B6B62
Black with #1B6B62
Text Example
Text Example
White with #1B6B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6B62; }
p { color: rgb(27,107,98); }
H1.HeaderClassName
{
color: #1B6B62;
}
.AnyTagClassName
{
color: #1B6B62;
}
</style>
background-color css
<style>
a { background-color: #1B6B62; }
a { background-color: rgb(27,107,98); }
div.DivClassName
{
background-color: #1B6B62;
}
.BgClassName
{
background-color: #1B6B62;
}
</style>
border-color css
<style>
span { border-color: #1B6B62; }
span { border-color: rgb(27,107,98); }
td.TdClassName
{
border-color: #1B6B62;
}
.TagClassName
{
border-color: #1B6B62;
}
</style>