Shades of Bondi Blue #06A4B6
Tints of Bondi Blue #06A4B6
RGB
CMYK
RGB Variations
Color information
#06A4B6 (or 0x06A4B6) is known color: Bondi Blue. HEX triplet: 06, A4 and B6. RGB value is (6,164,182). Sum of RGB (Red+Green+Blue) = 6+164+182=352 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.70% from 352); Green value is 164 (64.45% from 255 or 46.59% from 352); Blue value is 182 (71.48% from 255 or 51.70% from 352); Max value from RGB is 182 - color contains mainly: blue. Hex color #06A4B6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06A4B6 is #F95B49. Grayscale: #767676. Windows color (decimal): -16341834 or 11969542. OLE color: 11969542.
HSL color Cylindrical-coordinate representation of color #06A4B6: hue angle of 186.14º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06A4B6 is Cyan = 0.97, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 6 | 164 | 182 | - |
| CMYK | 0.97 | 0.10 | 0 | 0.29 |
| HSL | 186.14º | 0.94% | 0.37% | - |
| HSV(B) | 186.14º | 0.97% | 0.71% | - |
| XYZ | 21.79 | 29.97 | 48.89 | - |
| YUV | 118.81 | 163.65 | 47.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 164 | 182 | 0.97 | 0.10 | 0 | 0.29 | 186.14 | 0.94 | 0.37 |
| Hex | 6 | A4 | B6 | 61 | A | 0 | 1D | BA | 5E | 25 |
| Octal | 6 | 244 | 266 | 141 | 12 | 0 | 35 | 272 | 136 | 45 |
| Binary | 110 | 10100100 | 10110110 | 1100001 | 1010 | 0 | 11101 | 10111010 | 1011110 | 100101 |
Color Harmonies of #06A4B6
Complementary color
Monochromatic Colors of #06A4B6
Black with #06A4B6
Text Example
Text Example
White with #06A4B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A4B6; }
p { color: rgb(6,164,182); }
H1.HeaderClassName
{
color: #06A4B6;
}
.AnyTagClassName
{
color: #06A4B6;
}
</style>
background-color css
<style>
a { background-color: #06A4B6; }
a { background-color: rgb(6,164,182); }
div.DivClassName
{
background-color: #06A4B6;
}
.BgClassName
{
background-color: #06A4B6;
}
</style>
border-color css
<style>
span { border-color: #06A4B6; }
span { border-color: rgb(6,164,182); }
td.TdClassName
{
border-color: #06A4B6;
}
.TagClassName
{
border-color: #06A4B6;
}
</style>