Shades of Blue Stone #10655D
Tints of Blue Stone #10655D
RGB
CMYK
RGB Variations
Color information
#10655D (or 0x10655D) is known color: Blue Stone. HEX triplet: 10, 65 and 5D. RGB value is (16,101,93). Sum of RGB (Red+Green+Blue) = 16+101+93=210 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.62% from 210); Green value is 101 (39.84% from 255 or 48.10% from 210); Blue value is 93 (36.72% from 255 or 44.29% from 210); Max value from RGB is 101 - color contains mainly: green. Hex color #10655D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10655D is #EF9AA2. Grayscale: #4A4A4A. Windows color (decimal): -15702691 or 6120720. OLE color: 6120720.
HSL color Cylindrical-coordinate representation of color #10655D: hue angle of 174.35º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #10655D is Cyan = 0.84, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 16 | 101 | 93 | - |
| CMYK | 0.84 | 0 | 0.08 | 0.60 |
| HSL | 174.35º | 0.73% | 0.23% | - |
| HSV(B) | 174.35º | 0.84% | 0.4% | - |
| XYZ | 6.84 | 10.21 | 11.97 | - |
| YUV | 74.67 | 138.34 | 86.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 101 | 93 | 0.84 | 0 | 0.08 | 0.60 | 174.35 | 0.73 | 0.23 |
| Hex | 10 | 65 | 5D | 54 | 0 | 8 | 3C | AE | 49 | 17 |
| Octal | 20 | 145 | 135 | 124 | 0 | 10 | 74 | 256 | 111 | 27 |
| Binary | 10000 | 1100101 | 1011101 | 1010100 | 0 | 1000 | 111100 | 10101110 | 1001001 | 10111 |
Color Harmonies of #10655D
Complementary color
Monochromatic Colors of #10655D
Black with #10655D
Text Example
Text Example
White with #10655D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10655D; }
p { color: rgb(16,101,93); }
H1.HeaderClassName
{
color: #10655D;
}
.AnyTagClassName
{
color: #10655D;
}
</style>
background-color css
<style>
a { background-color: #10655D; }
a { background-color: rgb(16,101,93); }
div.DivClassName
{
background-color: #10655D;
}
.BgClassName
{
background-color: #10655D;
}
</style>
border-color css
<style>
span { border-color: #10655D; }
span { border-color: rgb(16,101,93); }
td.TdClassName
{
border-color: #10655D;
}
.TagClassName
{
border-color: #10655D;
}
</style>