Shades of Bondi Blue #069DAA
Tints of Bondi Blue #069DAA
RGB
CMYK
RGB Variations
Color information
#069DAA (or 0x069DAA) is known color: Bondi Blue. HEX triplet: 06, 9D and AA. RGB value is (6,157,170). Sum of RGB (Red+Green+Blue) = 6+157+170=333 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.80% from 333); Green value is 157 (61.72% from 255 or 47.15% from 333); Blue value is 170 (66.80% from 255 or 51.05% from 333); Max value from RGB is 170 - color contains mainly: blue. Hex color #069DAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069DAA is #F96255. Grayscale: #717171. Windows color (decimal): -16343638 or 11181318. OLE color: 11181318.
HSL color Cylindrical-coordinate representation of color #069DAA: hue angle of 184.76º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069DAA is Cyan = 0.96, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 157 | 170 | - |
| CMYK | 0.96 | 0.08 | 0 | 0.33 |
| HSL | 184.76º | 0.93% | 0.35% | - |
| HSV(B) | 184.76º | 0.96% | 0.67% | - |
| XYZ | 19.39 | 27.05 | 42.23 | - |
| YUV | 113.33 | 159.97 | 51.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 157 | 170 | 0.96 | 0.08 | 0 | 0.33 | 184.76 | 0.93 | 0.35 |
| Hex | 6 | 9D | AA | 60 | 8 | 0 | 21 | B9 | 5D | 23 |
| Octal | 6 | 235 | 252 | 140 | 10 | 0 | 41 | 271 | 135 | 43 |
| Binary | 110 | 10011101 | 10101010 | 1100000 | 1000 | 0 | 100001 | 10111001 | 1011101 | 100011 |
Color Harmonies of #069DAA
Complementary color
Monochromatic Colors of #069DAA
Black with #069DAA
Text Example
Text Example
White with #069DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069DAA; }
p { color: rgb(6,157,170); }
H1.HeaderClassName
{
color: #069DAA;
}
.AnyTagClassName
{
color: #069DAA;
}
</style>
background-color css
<style>
a { background-color: #069DAA; }
a { background-color: rgb(6,157,170); }
div.DivClassName
{
background-color: #069DAA;
}
.BgClassName
{
background-color: #069DAA;
}
</style>
border-color css
<style>
span { border-color: #069DAA; }
span { border-color: rgb(6,157,170); }
td.TdClassName
{
border-color: #069DAA;
}
.TagClassName
{
border-color: #069DAA;
}
</style>