Shades of Bondi Blue #069DB8
Tints of Bondi Blue #069DB8
RGB
CMYK
RGB Variations
Color information
#069DB8 (or 0x069DB8) is known color: Bondi Blue. HEX triplet: 06, 9D and B8. RGB value is (6,157,184). Sum of RGB (Red+Green+Blue) = 6+157+184=347 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.73% from 347); Green value is 157 (61.72% from 255 or 45.24% from 347); Blue value is 184 (72.27% from 255 or 53.03% from 347); Max value from RGB is 184 - color contains mainly: blue. Hex color #069DB8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #069DB8 is #F96247. Grayscale: #727272. Windows color (decimal): -16343624 or 12098822. OLE color: 12098822.
HSL color Cylindrical-coordinate representation of color #069DB8: hue angle of 189.1º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #069DB8 is Cyan = 0.97, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 6 | 157 | 184 | - |
| CMYK | 0.97 | 0.15 | 0 | 0.28 |
| HSL | 189.1º | 0.94% | 0.37% | - |
| HSV(B) | 189.1º | 0.97% | 0.72% | - |
| XYZ | 20.78 | 27.61 | 49.58 | - |
| YUV | 114.93 | 166.97 | 50.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 157 | 184 | 0.97 | 0.15 | 0 | 0.28 | 189.1 | 0.94 | 0.37 |
| Hex | 6 | 9D | B8 | 61 | F | 0 | 1C | BD | 5E | 25 |
| Octal | 6 | 235 | 270 | 141 | 17 | 0 | 34 | 275 | 136 | 45 |
| Binary | 110 | 10011101 | 10111000 | 1100001 | 1111 | 0 | 11100 | 10111101 | 1011110 | 100101 |
Color Harmonies of #069DB8
Complementary color
Monochromatic Colors of #069DB8
Black with #069DB8
Text Example
Text Example
White with #069DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069DB8; }
p { color: rgb(6,157,184); }
H1.HeaderClassName
{
color: #069DB8;
}
.AnyTagClassName
{
color: #069DB8;
}
</style>
background-color css
<style>
a { background-color: #069DB8; }
a { background-color: rgb(6,157,184); }
div.DivClassName
{
background-color: #069DB8;
}
.BgClassName
{
background-color: #069DB8;
}
</style>
border-color css
<style>
span { border-color: #069DB8; }
span { border-color: rgb(6,157,184); }
td.TdClassName
{
border-color: #069DB8;
}
.TagClassName
{
border-color: #069DB8;
}
</style>