Shades of Blue Stone #15675E
Tints of Blue Stone #15675E
RGB
CMYK
RGB Variations
Color information
#15675E (or 0x15675E) is known color: Blue Stone. HEX triplet: 15, 67 and 5E. RGB value is (21,103,94). Sum of RGB (Red+Green+Blue) = 21+103+94=218 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.63% from 218); Green value is 103 (40.62% from 255 or 47.25% from 218); Blue value is 94 (37.11% from 255 or 43.12% from 218); Max value from RGB is 103 - color contains mainly: green. Hex color #15675E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15675E is #EA98A1. Grayscale: #4D4D4D. Windows color (decimal): -15374498 or 6186773. OLE color: 6186773.
HSL color Cylindrical-coordinate representation of color #15675E: hue angle of 173.41º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #15675E is Cyan = 0.80, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 21 | 103 | 94 | - |
| CMYK | 0.80 | 0 | 0.09 | 0.60 |
| HSL | 173.41º | 0.66% | 0.24% | - |
| HSV(B) | 173.41º | 0.8% | 0.4% | - |
| XYZ | 7.18 | 10.67 | 12.27 | - |
| YUV | 77.46 | 137.33 | 87.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 103 | 94 | 0.80 | 0 | 0.09 | 0.60 | 173.41 | 0.66 | 0.24 |
| Hex | 15 | 67 | 5E | 50 | 0 | 9 | 3C | AD | 42 | 18 |
| Octal | 25 | 147 | 136 | 120 | 0 | 11 | 74 | 255 | 102 | 30 |
| Binary | 10101 | 1100111 | 1011110 | 1010000 | 0 | 1001 | 111100 | 10101101 | 1000010 | 11000 |
Color Harmonies of #15675E
Complementary color
Monochromatic Colors of #15675E
Black with #15675E
Text Example
Text Example
White with #15675E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15675E; }
p { color: rgb(21,103,94); }
H1.HeaderClassName
{
color: #15675E;
}
.AnyTagClassName
{
color: #15675E;
}
</style>
background-color css
<style>
a { background-color: #15675E; }
a { background-color: rgb(21,103,94); }
div.DivClassName
{
background-color: #15675E;
}
.BgClassName
{
background-color: #15675E;
}
</style>
border-color css
<style>
span { border-color: #15675E; }
span { border-color: rgb(21,103,94); }
td.TdClassName
{
border-color: #15675E;
}
.TagClassName
{
border-color: #15675E;
}
</style>