Shades of Bondi Blue #069DB6
Tints of Bondi Blue #069DB6
RGB
CMYK
RGB Variations
Color information
#069DB6 (or 0x069DB6) is known color: Bondi Blue. HEX triplet: 06, 9D and B6. RGB value is (6,157,182). Sum of RGB (Red+Green+Blue) = 6+157+182=345 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.74% from 345); Green value is 157 (61.72% from 255 or 45.51% from 345); Blue value is 182 (71.48% from 255 or 52.75% from 345); Max value from RGB is 182 - color contains mainly: blue. Hex color #069DB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #069DB6 is #F96249. Grayscale: #727272. Windows color (decimal): -16343626 or 11967750. OLE color: 11967750.
HSL color Cylindrical-coordinate representation of color #069DB6: hue angle of 188.52º 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 #069DB6 is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 6 | 157 | 182 | - |
| CMYK | 0.97 | 0.14 | 0 | 0.29 |
| HSL | 188.52º | 0.94% | 0.37% | - |
| HSV(B) | 188.52º | 0.97% | 0.71% | - |
| XYZ | 20.58 | 27.53 | 48.49 | - |
| YUV | 114.7 | 165.97 | 50.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 157 | 182 | 0.97 | 0.14 | 0 | 0.29 | 188.52 | 0.94 | 0.37 |
| Hex | 6 | 9D | B6 | 61 | E | 0 | 1D | BD | 5E | 25 |
| Octal | 6 | 235 | 266 | 141 | 16 | 0 | 35 | 275 | 136 | 45 |
| Binary | 110 | 10011101 | 10110110 | 1100001 | 1110 | 0 | 11101 | 10111101 | 1011110 | 100101 |
Color Harmonies of #069DB6
Complementary color
Monochromatic Colors of #069DB6
Black with #069DB6
Text Example
Text Example
White with #069DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069DB6; }
p { color: rgb(6,157,182); }
H1.HeaderClassName
{
color: #069DB6;
}
.AnyTagClassName
{
color: #069DB6;
}
</style>
background-color css
<style>
a { background-color: #069DB6; }
a { background-color: rgb(6,157,182); }
div.DivClassName
{
background-color: #069DB6;
}
.BgClassName
{
background-color: #069DB6;
}
</style>
border-color css
<style>
span { border-color: #069DB6; }
span { border-color: rgb(6,157,182); }
td.TdClassName
{
border-color: #069DB6;
}
.TagClassName
{
border-color: #069DB6;
}
</style>