Shades of Bondi Blue #069DBA
Tints of Bondi Blue #069DBA
RGB
CMYK
RGB Variations
Color information
#069DBA (or 0x069DBA) is known color: Bondi Blue. HEX triplet: 06, 9D and BA. RGB value is (6,157,186). Sum of RGB (Red+Green+Blue) = 6+157+186=349 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.72% from 349); Green value is 157 (61.72% from 255 or 44.99% from 349); Blue value is 186 (73.05% from 255 or 53.30% from 349); Max value from RGB is 186 - color contains mainly: blue. Hex color #069DBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #069DBA is #F96245. Grayscale: #727272. Windows color (decimal): -16343622 or 12229894. OLE color: 12229894.
HSL color Cylindrical-coordinate representation of color #069DBA: hue angle of 189.67º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #069DBA is Cyan = 0.97, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 6 | 157 | 186 | - |
| CMYK | 0.97 | 0.16 | 0 | 0.27 |
| HSL | 189.67º | 0.94% | 0.38% | - |
| HSV(B) | 189.67º | 0.97% | 0.73% | - |
| XYZ | 21 | 27.7 | 50.69 | - |
| YUV | 115.16 | 167.97 | 50.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 157 | 186 | 0.97 | 0.16 | 0 | 0.27 | 189.67 | 0.94 | 0.38 |
| Hex | 6 | 9D | BA | 61 | 10 | 0 | 1B | BE | 5E | 26 |
| Octal | 6 | 235 | 272 | 141 | 20 | 0 | 33 | 276 | 136 | 46 |
| Binary | 110 | 10011101 | 10111010 | 1100001 | 10000 | 0 | 11011 | 10111110 | 1011110 | 100110 |
Color Harmonies of #069DBA
Complementary color
Monochromatic Colors of #069DBA
Black with #069DBA
Text Example
Text Example
White with #069DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069DBA; }
p { color: rgb(6,157,186); }
H1.HeaderClassName
{
color: #069DBA;
}
.AnyTagClassName
{
color: #069DBA;
}
</style>
background-color css
<style>
a { background-color: #069DBA; }
a { background-color: rgb(6,157,186); }
div.DivClassName
{
background-color: #069DBA;
}
.BgClassName
{
background-color: #069DBA;
}
</style>
border-color css
<style>
span { border-color: #069DBA; }
span { border-color: rgb(6,157,186); }
td.TdClassName
{
border-color: #069DBA;
}
.TagClassName
{
border-color: #069DBA;
}
</style>