Shades of Bondi Blue #0698A9
Tints of Bondi Blue #0698A9
RGB
CMYK
RGB Variations
Color information
#0698A9 (or 0x0698A9) is known color: Bondi Blue. HEX triplet: 06, 98 and A9. RGB value is (6,152,169). Sum of RGB (Red+Green+Blue) = 6+152+169=327 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.83% from 327); Green value is 152 (59.77% from 255 or 46.48% from 327); Blue value is 169 (66.41% from 255 or 51.68% from 327); Max value from RGB is 169 - color contains mainly: blue. Hex color #0698A9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0698A9 is #F96756. Grayscale: #6E6E6E. Windows color (decimal): -16344919 or 11114502. OLE color: 11114502.
HSL color Cylindrical-coordinate representation of color #0698A9: hue angle of 186.26º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0698A9 is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 6 | 152 | 169 | - |
| CMYK | 0.96 | 0.10 | 0 | 0.34 |
| HSL | 186.26º | 0.93% | 0.34% | - |
| HSV(B) | 186.26º | 0.96% | 0.66% | - |
| XYZ | 18.46 | 25.36 | 41.46 | - |
| YUV | 110.28 | 161.13 | 53.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 152 | 169 | 0.96 | 0.10 | 0 | 0.34 | 186.26 | 0.93 | 0.34 |
| Hex | 6 | 98 | A9 | 60 | A | 0 | 22 | BA | 5D | 22 |
| Octal | 6 | 230 | 251 | 140 | 12 | 0 | 42 | 272 | 135 | 42 |
| Binary | 110 | 10011000 | 10101001 | 1100000 | 1010 | 0 | 100010 | 10111010 | 1011101 | 100010 |
Color Harmonies of #0698A9
Complementary color
Monochromatic Colors of #0698A9
Black with #0698A9
Text Example
Text Example
White with #0698A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0698A9; }
p { color: rgb(6,152,169); }
H1.HeaderClassName
{
color: #0698A9;
}
.AnyTagClassName
{
color: #0698A9;
}
</style>
background-color css
<style>
a { background-color: #0698A9; }
a { background-color: rgb(6,152,169); }
div.DivClassName
{
background-color: #0698A9;
}
.BgClassName
{
background-color: #0698A9;
}
</style>
border-color css
<style>
span { border-color: #0698A9; }
span { border-color: rgb(6,152,169); }
td.TdClassName
{
border-color: #0698A9;
}
.TagClassName
{
border-color: #0698A9;
}
</style>