Shades of Blue Stone #10665A
Tints of Blue Stone #10665A
RGB
CMYK
RGB Variations
Color information
#10665A (or 0x10665A) is known color: Blue Stone. HEX triplet: 10, 66 and 5A. RGB value is (16,102,90). Sum of RGB (Red+Green+Blue) = 16+102+90=208 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.69% from 208); Green value is 102 (40.23% from 255 or 49.04% from 208); Blue value is 90 (35.55% from 255 or 43.27% from 208); Max value from RGB is 102 - color contains mainly: green. Hex color #10665A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10665A is #EF99A5. Grayscale: #4A4A4A. Windows color (decimal): -15702438 or 5924368. OLE color: 5924368.
HSL color Cylindrical-coordinate representation of color #10665A: hue angle of 171.63º 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 #10665A is Cyan = 0.84, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 16 | 102 | 90 | - |
| CMYK | 0.84 | 0 | 0.12 | 0.6 |
| HSL | 171.63º | 0.73% | 0.23% | - |
| HSV(B) | 171.63º | 0.84% | 0.4% | - |
| XYZ | 6.81 | 10.35 | 11.31 | - |
| YUV | 74.92 | 136.51 | 85.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 102 | 90 | 0.84 | 0 | 0.12 | 0.6 | 171.63 | 0.73 | 0.23 |
| Hex | 10 | 66 | 5A | 54 | 0 | C | 3C | AC | 49 | 17 |
| Octal | 20 | 146 | 132 | 124 | 0 | 14 | 74 | 254 | 111 | 27 |
| Binary | 10000 | 1100110 | 1011010 | 1010100 | 0 | 1100 | 111100 | 10101100 | 1001001 | 10111 |
Color Harmonies of #10665A
Complementary color
Monochromatic Colors of #10665A
Black with #10665A
Text Example
Text Example
White with #10665A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10665A; }
p { color: rgb(16,102,90); }
H1.HeaderClassName
{
color: #10665A;
}
.AnyTagClassName
{
color: #10665A;
}
</style>
background-color css
<style>
a { background-color: #10665A; }
a { background-color: rgb(16,102,90); }
div.DivClassName
{
background-color: #10665A;
}
.BgClassName
{
background-color: #10665A;
}
</style>
border-color css
<style>
span { border-color: #10665A; }
span { border-color: rgb(16,102,90); }
td.TdClassName
{
border-color: #10665A;
}
.TagClassName
{
border-color: #10665A;
}
</style>