Shades of Eastern Blue #0696A5
Tints of Eastern Blue #0696A5
RGB
CMYK
RGB Variations
Color information
#0696A5 (or 0x0696A5) is known color: Eastern Blue. HEX triplet: 06, 96 and A5. RGB value is (6,150,165). Sum of RGB (Red+Green+Blue) = 6+150+165=321 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.87% from 321); Green value is 150 (58.98% from 255 or 46.73% from 321); Blue value is 165 (64.84% from 255 or 51.40% from 321); Max value from RGB is 165 - color contains mainly: blue. Hex color #0696A5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0696A5 is #F9695A. Grayscale: #6C6C6C. Windows color (decimal): -16345435 or 10851846. OLE color: 10851846.
HSL color Cylindrical-coordinate representation of color #0696A5: hue angle of 185.66º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0696A5 is Cyan = 0.96, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 6 | 150 | 165 | - |
| CMYK | 0.96 | 0.09 | 0 | 0.35 |
| HSL | 185.66º | 0.93% | 0.34% | - |
| HSV(B) | 185.66º | 0.96% | 0.65% | - |
| XYZ | 17.77 | 24.57 | 39.4 | - |
| YUV | 108.65 | 159.79 | 54.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 150 | 165 | 0.96 | 0.09 | 0 | 0.35 | 185.66 | 0.93 | 0.34 |
| Hex | 6 | 96 | A5 | 60 | 9 | 0 | 23 | BA | 5D | 22 |
| Octal | 6 | 226 | 245 | 140 | 11 | 0 | 43 | 272 | 135 | 42 |
| Binary | 110 | 10010110 | 10100101 | 1100000 | 1001 | 0 | 100011 | 10111010 | 1011101 | 100010 |
Color Harmonies of #0696A5
Complementary color
Monochromatic Colors of #0696A5
Black with #0696A5
Text Example
Text Example
White with #0696A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0696A5; }
p { color: rgb(6,150,165); }
H1.HeaderClassName
{
color: #0696A5;
}
.AnyTagClassName
{
color: #0696A5;
}
</style>
background-color css
<style>
a { background-color: #0696A5; }
a { background-color: rgb(6,150,165); }
div.DivClassName
{
background-color: #0696A5;
}
.BgClassName
{
background-color: #0696A5;
}
</style>
border-color css
<style>
span { border-color: #0696A5; }
span { border-color: rgb(6,150,165); }
td.TdClassName
{
border-color: #0696A5;
}
.TagClassName
{
border-color: #0696A5;
}
</style>