Shades of Bondi Blue #0699AD
Tints of Bondi Blue #0699AD
RGB
CMYK
RGB Variations
Color information
#0699AD (or 0x0699AD) is known color: Bondi Blue. HEX triplet: 06, 99 and AD. RGB value is (6,153,173). Sum of RGB (Red+Green+Blue) = 6+153+173=332 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.81% from 332); Green value is 153 (60.16% from 255 or 46.08% from 332); Blue value is 173 (67.97% from 255 or 52.11% from 332); Max value from RGB is 173 - color contains mainly: blue. Hex color #0699AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0699AD is #F96652. Grayscale: #6F6F6F. Windows color (decimal): -16344659 or 11376902. OLE color: 11376902.
HSL color Cylindrical-coordinate representation of color #0699AD: hue angle of 187.19º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0699AD is Cyan = 0.97, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 6 | 153 | 173 | - |
| CMYK | 0.97 | 0.12 | 0 | 0.32 |
| HSL | 187.19º | 0.93% | 0.35% | - |
| HSV(B) | 187.19º | 0.97% | 0.68% | - |
| XYZ | 19.01 | 25.84 | 43.52 | - |
| YUV | 111.33 | 162.8 | 52.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 153 | 173 | 0.97 | 0.12 | 0 | 0.32 | 187.19 | 0.93 | 0.35 |
| Hex | 6 | 99 | AD | 61 | C | 0 | 20 | BB | 5D | 23 |
| Octal | 6 | 231 | 255 | 141 | 14 | 0 | 40 | 273 | 135 | 43 |
| Binary | 110 | 10011001 | 10101101 | 1100001 | 1100 | 0 | 100000 | 10111011 | 1011101 | 100011 |
Color Harmonies of #0699AD
Complementary color
Monochromatic Colors of #0699AD
Black with #0699AD
Text Example
Text Example
White with #0699AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0699AD; }
p { color: rgb(6,153,173); }
H1.HeaderClassName
{
color: #0699AD;
}
.AnyTagClassName
{
color: #0699AD;
}
</style>
background-color css
<style>
a { background-color: #0699AD; }
a { background-color: rgb(6,153,173); }
div.DivClassName
{
background-color: #0699AD;
}
.BgClassName
{
background-color: #0699AD;
}
</style>
border-color css
<style>
span { border-color: #0699AD; }
span { border-color: rgb(6,153,173); }
td.TdClassName
{
border-color: #0699AD;
}
.TagClassName
{
border-color: #0699AD;
}
</style>