Shades of Blue Stone #0A695C
Tints of Blue Stone #0A695C
RGB
CMYK
RGB Variations
Color information
#0A695C (or 0x0A695C) is known color: Blue Stone. HEX triplet: 0A, 69 and 5C. RGB value is (10,105,92). Sum of RGB (Red+Green+Blue) = 10+105+92=207 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.83% from 207); Green value is 105 (41.41% from 255 or 50.72% from 207); Blue value is 92 (36.33% from 255 or 44.44% from 207); Max value from RGB is 105 - color contains mainly: green. Hex color #0A695C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A695C is #F596A3. Grayscale: #4B4B4B. Windows color (decimal): -16094884 or 6056202. OLE color: 6056202.
HSL color Cylindrical-coordinate representation of color #0A695C: hue angle of 171.79º 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 #0A695C is Cyan = 0.90, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 10 | 105 | 92 | - |
| CMYK | 0.90 | 0 | 0.12 | 0.59 |
| HSL | 171.79º | 0.83% | 0.23% | - |
| HSV(B) | 171.79º | 0.9% | 0.41% | - |
| XYZ | 7.11 | 10.94 | 11.86 | - |
| YUV | 75.11 | 137.53 | 81.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 105 | 92 | 0.90 | 0 | 0.12 | 0.59 | 171.79 | 0.83 | 0.23 |
| Hex | A | 69 | 5C | 5A | 0 | C | 3B | AC | 53 | 17 |
| Octal | 12 | 151 | 134 | 132 | 0 | 14 | 73 | 254 | 123 | 27 |
| Binary | 1010 | 1101001 | 1011100 | 1011010 | 0 | 1100 | 111011 | 10101100 | 1010011 | 10111 |
Color Harmonies of #0A695C
Complementary color
Monochromatic Colors of #0A695C
Black with #0A695C
Text Example
Text Example
White with #0A695C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A695C; }
p { color: rgb(10,105,92); }
H1.HeaderClassName
{
color: #0A695C;
}
.AnyTagClassName
{
color: #0A695C;
}
</style>
background-color css
<style>
a { background-color: #0A695C; }
a { background-color: rgb(10,105,92); }
div.DivClassName
{
background-color: #0A695C;
}
.BgClassName
{
background-color: #0A695C;
}
</style>
border-color css
<style>
span { border-color: #0A695C; }
span { border-color: rgb(10,105,92); }
td.TdClassName
{
border-color: #0A695C;
}
.TagClassName
{
border-color: #0A695C;
}
</style>