Shades of Bondi Blue #0699AC
Tints of Bondi Blue #0699AC
RGB
CMYK
RGB Variations
Color information
#0699AC (or 0x0699AC) is known color: Bondi Blue. HEX triplet: 06, 99 and AC. RGB value is (6,153,172). Sum of RGB (Red+Green+Blue) = 6+153+172=331 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.81% from 331); Green value is 153 (60.16% from 255 or 46.22% from 331); Blue value is 172 (67.58% from 255 or 51.96% from 331); Max value from RGB is 172 - color contains mainly: blue. Hex color #0699AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0699AC is #F96653. Grayscale: #6E6E6E. Windows color (decimal): -16344660 or 11311366. OLE color: 11311366.
HSL color Cylindrical-coordinate representation of color #0699AC: hue angle of 186.87º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0699AC is Cyan = 0.97, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 153 | 172 | - |
| CMYK | 0.97 | 0.11 | 0 | 0.33 |
| HSL | 186.87º | 0.93% | 0.35% | - |
| HSV(B) | 186.87º | 0.97% | 0.67% | - |
| XYZ | 18.91 | 25.8 | 43.01 | - |
| YUV | 111.21 | 162.3 | 52.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 153 | 172 | 0.97 | 0.11 | 0 | 0.33 | 186.87 | 0.93 | 0.35 |
| Hex | 6 | 99 | AC | 61 | B | 0 | 21 | BB | 5D | 23 |
| Octal | 6 | 231 | 254 | 141 | 13 | 0 | 41 | 273 | 135 | 43 |
| Binary | 110 | 10011001 | 10101100 | 1100001 | 1011 | 0 | 100001 | 10111011 | 1011101 | 100011 |
Color Harmonies of #0699AC
Complementary color
Monochromatic Colors of #0699AC
Black with #0699AC
Text Example
Text Example
White with #0699AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0699AC; }
p { color: rgb(6,153,172); }
H1.HeaderClassName
{
color: #0699AC;
}
.AnyTagClassName
{
color: #0699AC;
}
</style>
background-color css
<style>
a { background-color: #0699AC; }
a { background-color: rgb(6,153,172); }
div.DivClassName
{
background-color: #0699AC;
}
.BgClassName
{
background-color: #0699AC;
}
</style>
border-color css
<style>
span { border-color: #0699AC; }
span { border-color: rgb(6,153,172); }
td.TdClassName
{
border-color: #0699AC;
}
.TagClassName
{
border-color: #0699AC;
}
</style>