Shades of Bondi Blue #0699AA
Tints of Bondi Blue #0699AA
RGB
CMYK
RGB Variations
Color information
#0699AA (or 0x0699AA) is known color: Bondi Blue. HEX triplet: 06, 99 and AA. RGB value is (6,153,170). Sum of RGB (Red+Green+Blue) = 6+153+170=329 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.82% from 329); Green value is 153 (60.16% from 255 or 46.50% from 329); Blue value is 170 (66.80% from 255 or 51.67% from 329); Max value from RGB is 170 - color contains mainly: blue. Hex color #0699AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0699AA is #F96655. Grayscale: #6E6E6E. Windows color (decimal): -16344662 or 11180294. OLE color: 11180294.
HSL color Cylindrical-coordinate representation of color #0699AA: hue angle of 186.22º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0699AA is Cyan = 0.96, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 153 | 170 | - |
| CMYK | 0.96 | 0.1 | 0 | 0.33 |
| HSL | 186.22º | 0.93% | 0.35% | - |
| HSV(B) | 186.22º | 0.96% | 0.67% | - |
| XYZ | 18.72 | 25.72 | 42.01 | - |
| YUV | 110.99 | 161.3 | 53.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 153 | 170 | 0.96 | 0.1 | 0 | 0.33 | 186.22 | 0.93 | 0.35 |
| Hex | 6 | 99 | AA | 60 | A | 0 | 21 | BA | 5D | 23 |
| Octal | 6 | 231 | 252 | 140 | 12 | 0 | 41 | 272 | 135 | 43 |
| Binary | 110 | 10011001 | 10101010 | 1100000 | 1010 | 0 | 100001 | 10111010 | 1011101 | 100011 |
Color Harmonies of #0699AA
Complementary color
Monochromatic Colors of #0699AA
Black with #0699AA
Text Example
Text Example
White with #0699AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0699AA; }
p { color: rgb(6,153,170); }
H1.HeaderClassName
{
color: #0699AA;
}
.AnyTagClassName
{
color: #0699AA;
}
</style>
background-color css
<style>
a { background-color: #0699AA; }
a { background-color: rgb(6,153,170); }
div.DivClassName
{
background-color: #0699AA;
}
.BgClassName
{
background-color: #0699AA;
}
</style>
border-color css
<style>
span { border-color: #0699AA; }
span { border-color: rgb(6,153,170); }
td.TdClassName
{
border-color: #0699AA;
}
.TagClassName
{
border-color: #0699AA;
}
</style>