Shades of Blue Stone #155F6C
Tints of Blue Stone #155F6C
RGB
CMYK
RGB Variations
Color information
#155F6C (or 0x155F6C) is known color: Blue Stone. HEX triplet: 15, 5F and 6C. RGB value is (21,95,108). Sum of RGB (Red+Green+Blue) = 21+95+108=224 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.38% from 224); Green value is 95 (37.5% from 255 or 42.41% from 224); Blue value is 108 (42.58% from 255 or 48.21% from 224); Max value from RGB is 108 - color contains mainly: blue. Hex color #155F6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155F6C is #EAA093. Grayscale: #4A4A4A. Windows color (decimal): -15376532 or 7102229. OLE color: 7102229.
HSL color Cylindrical-coordinate representation of color #155F6C: hue angle of 188.97º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #155F6C is Cyan = 0.81, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 21 | 95 | 108 | - |
| CMYK | 0.81 | 0.12 | 0 | 0.58 |
| HSL | 188.97º | 0.67% | 0.25% | - |
| HSV(B) | 188.97º | 0.81% | 0.42% | - |
| XYZ | 7.11 | 9.43 | 15.63 | - |
| YUV | 74.36 | 146.98 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 95 | 108 | 0.81 | 0.12 | 0 | 0.58 | 188.97 | 0.67 | 0.25 |
| Hex | 15 | 5F | 6C | 51 | C | 0 | 3A | BD | 43 | 19 |
| Octal | 25 | 137 | 154 | 121 | 14 | 0 | 72 | 275 | 103 | 31 |
| Binary | 10101 | 1011111 | 1101100 | 1010001 | 1100 | 0 | 111010 | 10111101 | 1000011 | 11001 |
Color Harmonies of #155F6C
Complementary color
Monochromatic Colors of #155F6C
Black with #155F6C
Text Example
Text Example
White with #155F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155F6C; }
p { color: rgb(21,95,108); }
H1.HeaderClassName
{
color: #155F6C;
}
.AnyTagClassName
{
color: #155F6C;
}
</style>
background-color css
<style>
a { background-color: #155F6C; }
a { background-color: rgb(21,95,108); }
div.DivClassName
{
background-color: #155F6C;
}
.BgClassName
{
background-color: #155F6C;
}
</style>
border-color css
<style>
span { border-color: #155F6C; }
span { border-color: rgb(21,95,108); }
td.TdClassName
{
border-color: #155F6C;
}
.TagClassName
{
border-color: #155F6C;
}
</style>