Shades of Bondi Blue #069AAE
Tints of Bondi Blue #069AAE
RGB
CMYK
RGB Variations
Color information
#069AAE (or 0x069AAE) is known color: Bondi Blue. HEX triplet: 06, 9A and AE. RGB value is (6,154,174). Sum of RGB (Red+Green+Blue) = 6+154+174=334 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.80% from 334); Green value is 154 (60.55% from 255 or 46.11% from 334); Blue value is 174 (68.36% from 255 or 52.10% from 334); Max value from RGB is 174 - color contains mainly: blue. Hex color #069AAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069AAE is #F96551. Grayscale: #6F6F6F. Windows color (decimal): -16344402 or 11442694. OLE color: 11442694.
HSL color Cylindrical-coordinate representation of color #069AAE: hue angle of 187.14º 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 #069AAE is Cyan = 0.97, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 6 | 154 | 174 | - |
| CMYK | 0.97 | 0.11 | 0 | 0.32 |
| HSL | 187.14º | 0.93% | 0.35% | - |
| HSV(B) | 187.14º | 0.97% | 0.68% | - |
| XYZ | 19.27 | 26.21 | 44.09 | - |
| YUV | 112.03 | 162.97 | 52.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 154 | 174 | 0.97 | 0.11 | 0 | 0.32 | 187.14 | 0.93 | 0.35 |
| Hex | 6 | 9A | AE | 61 | B | 0 | 20 | BB | 5D | 23 |
| Octal | 6 | 232 | 256 | 141 | 13 | 0 | 40 | 273 | 135 | 43 |
| Binary | 110 | 10011010 | 10101110 | 1100001 | 1011 | 0 | 100000 | 10111011 | 1011101 | 100011 |
Color Harmonies of #069AAE
Complementary color
Monochromatic Colors of #069AAE
Black with #069AAE
Text Example
Text Example
White with #069AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069AAE; }
p { color: rgb(6,154,174); }
H1.HeaderClassName
{
color: #069AAE;
}
.AnyTagClassName
{
color: #069AAE;
}
</style>
background-color css
<style>
a { background-color: #069AAE; }
a { background-color: rgb(6,154,174); }
div.DivClassName
{
background-color: #069AAE;
}
.BgClassName
{
background-color: #069AAE;
}
</style>
border-color css
<style>
span { border-color: #069AAE; }
span { border-color: rgb(6,154,174); }
td.TdClassName
{
border-color: #069AAE;
}
.TagClassName
{
border-color: #069AAE;
}
</style>