Shades of Blue Stone #1B6761
Tints of Blue Stone #1B6761
RGB
CMYK
RGB Variations
Color information
#1B6761 (or 0x1B6761) is known color: Blue Stone. HEX triplet: 1B, 67 and 61. RGB value is (27,103,97). Sum of RGB (Red+Green+Blue) = 27+103+97=227 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.89% from 227); Green value is 103 (40.62% from 255 or 45.37% from 227); Blue value is 97 (38.28% from 255 or 42.73% from 227); Max value from RGB is 103 - color contains mainly: green. Hex color #1B6761 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B6761 is #E4989E. Grayscale: #4F4F4F. Windows color (decimal): -14981279 or 6383387. OLE color: 6383387.
HSL color Cylindrical-coordinate representation of color #1B6761: hue angle of 175.26º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1B6761 is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 27 | 103 | 97 | - |
| CMYK | 0.74 | 0 | 0.06 | 0.60 |
| HSL | 175.26º | 0.58% | 0.25% | - |
| HSV(B) | 175.26º | 0.74% | 0.4% | - |
| XYZ | 7.46 | 10.8 | 13 | - |
| YUV | 79.59 | 137.82 | 90.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 103 | 97 | 0.74 | 0 | 0.06 | 0.60 | 175.26 | 0.58 | 0.25 |
| Hex | 1B | 67 | 61 | 4A | 0 | 6 | 3C | AF | 3A | 19 |
| Octal | 33 | 147 | 141 | 112 | 0 | 6 | 74 | 257 | 72 | 31 |
| Binary | 11011 | 1100111 | 1100001 | 1001010 | 0 | 110 | 111100 | 10101111 | 111010 | 11001 |
Color Harmonies of #1B6761
Complementary color
Monochromatic Colors of #1B6761
Black with #1B6761
Text Example
Text Example
White with #1B6761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6761; }
p { color: rgb(27,103,97); }
H1.HeaderClassName
{
color: #1B6761;
}
.AnyTagClassName
{
color: #1B6761;
}
</style>
background-color css
<style>
a { background-color: #1B6761; }
a { background-color: rgb(27,103,97); }
div.DivClassName
{
background-color: #1B6761;
}
.BgClassName
{
background-color: #1B6761;
}
</style>
border-color css
<style>
span { border-color: #1B6761; }
span { border-color: rgb(27,103,97); }
td.TdClassName
{
border-color: #1B6761;
}
.TagClassName
{
border-color: #1B6761;
}
</style>