Shades of Blue Stone #0A695F
Tints of Blue Stone #0A695F
RGB
CMYK
RGB Variations
Color information
#0A695F (or 0x0A695F) is known color: Blue Stone. HEX triplet: 0A, 69 and 5F. RGB value is (10,105,95). Sum of RGB (Red+Green+Blue) = 10+105+95=210 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.76% from 210); Green value is 105 (41.41% from 255 or 50% from 210); Blue value is 95 (37.5% from 255 or 45.24% from 210); Max value from RGB is 105 - color contains mainly: green. Hex color #0A695F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A695F is #F596A0. Grayscale: #4B4B4B. Windows color (decimal): -16094881 or 6252810. OLE color: 6252810.
HSL color Cylindrical-coordinate representation of color #0A695F: hue angle of 173.68º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A695F is Cyan = 0.90, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 10 | 105 | 95 | - |
| CMYK | 0.90 | 0 | 0.10 | 0.59 |
| HSL | 173.68º | 0.83% | 0.23% | - |
| HSV(B) | 173.68º | 0.9% | 0.41% | - |
| XYZ | 7.24 | 10.99 | 12.57 | - |
| YUV | 75.46 | 139.03 | 81.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 105 | 95 | 0.90 | 0 | 0.10 | 0.59 | 173.68 | 0.83 | 0.23 |
| Hex | A | 69 | 5F | 5A | 0 | A | 3B | AE | 53 | 17 |
| Octal | 12 | 151 | 137 | 132 | 0 | 12 | 73 | 256 | 123 | 27 |
| Binary | 1010 | 1101001 | 1011111 | 1011010 | 0 | 1010 | 111011 | 10101110 | 1010011 | 10111 |
Color Harmonies of #0A695F
Complementary color
Monochromatic Colors of #0A695F
Black with #0A695F
Text Example
Text Example
White with #0A695F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A695F; }
p { color: rgb(10,105,95); }
H1.HeaderClassName
{
color: #0A695F;
}
.AnyTagClassName
{
color: #0A695F;
}
</style>
background-color css
<style>
a { background-color: #0A695F; }
a { background-color: rgb(10,105,95); }
div.DivClassName
{
background-color: #0A695F;
}
.BgClassName
{
background-color: #0A695F;
}
</style>
border-color css
<style>
span { border-color: #0A695F; }
span { border-color: rgb(10,105,95); }
td.TdClassName
{
border-color: #0A695F;
}
.TagClassName
{
border-color: #0A695F;
}
</style>