Shades of Bondi Blue #069BAE
Tints of Bondi Blue #069BAE
RGB
CMYK
RGB Variations
Color information
#069BAE (or 0x069BAE) is known color: Bondi Blue. HEX triplet: 06, 9B and AE. RGB value is (6,155,174). Sum of RGB (Red+Green+Blue) = 6+155+174=335 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.79% from 335); Green value is 155 (60.94% from 255 or 46.27% from 335); Blue value is 174 (68.36% from 255 or 51.94% from 335); Max value from RGB is 174 - color contains mainly: blue. Hex color #069BAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069BAE is #F96451. Grayscale: #707070. Windows color (decimal): -16344146 or 11442950. OLE color: 11442950.
HSL color Cylindrical-coordinate representation of color #069BAE: hue angle of 186.79º 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 #069BAE is Cyan = 0.97, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 6 | 155 | 174 | - |
| CMYK | 0.97 | 0.11 | 0 | 0.32 |
| HSL | 186.79º | 0.93% | 0.35% | - |
| HSV(B) | 186.79º | 0.97% | 0.68% | - |
| XYZ | 19.44 | 26.54 | 44.14 | - |
| YUV | 112.62 | 162.64 | 51.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 155 | 174 | 0.97 | 0.11 | 0 | 0.32 | 186.79 | 0.93 | 0.35 |
| Hex | 6 | 9B | AE | 61 | B | 0 | 20 | BB | 5D | 23 |
| Octal | 6 | 233 | 256 | 141 | 13 | 0 | 40 | 273 | 135 | 43 |
| Binary | 110 | 10011011 | 10101110 | 1100001 | 1011 | 0 | 100000 | 10111011 | 1011101 | 100011 |
Color Harmonies of #069BAE
Complementary color
Monochromatic Colors of #069BAE
Black with #069BAE
Text Example
Text Example
White with #069BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069BAE; }
p { color: rgb(6,155,174); }
H1.HeaderClassName
{
color: #069BAE;
}
.AnyTagClassName
{
color: #069BAE;
}
</style>
background-color css
<style>
a { background-color: #069BAE; }
a { background-color: rgb(6,155,174); }
div.DivClassName
{
background-color: #069BAE;
}
.BgClassName
{
background-color: #069BAE;
}
</style>
border-color css
<style>
span { border-color: #069BAE; }
span { border-color: rgb(6,155,174); }
td.TdClassName
{
border-color: #069BAE;
}
.TagClassName
{
border-color: #069BAE;
}
</style>