Shades of Bondi Blue #069AB1
Tints of Bondi Blue #069AB1
RGB
CMYK
RGB Variations
Color information
#069AB1 (or 0x069AB1) is known color: Bondi Blue. HEX triplet: 06, 9A and B1. RGB value is (6,154,177). Sum of RGB (Red+Green+Blue) = 6+154+177=337 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.78% from 337); Green value is 154 (60.55% from 255 or 45.70% from 337); Blue value is 177 (69.53% from 255 or 52.52% from 337); Max value from RGB is 177 - color contains mainly: blue. Hex color #069AB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069AB1 is #F9654E. Grayscale: #707070. Windows color (decimal): -16344399 or 11639302. OLE color: 11639302.
HSL color Cylindrical-coordinate representation of color #069AB1: hue angle of 188.07º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #069AB1 is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 6 | 154 | 177 | - |
| CMYK | 0.97 | 0.13 | 0 | 0.31 |
| HSL | 188.07º | 0.93% | 0.36% | - |
| HSV(B) | 188.07º | 0.97% | 0.69% | - |
| XYZ | 19.57 | 26.32 | 45.64 | - |
| YUV | 112.37 | 164.47 | 52.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 154 | 177 | 0.97 | 0.13 | 0 | 0.31 | 188.07 | 0.93 | 0.36 |
| Hex | 6 | 9A | B1 | 61 | D | 0 | 1F | BC | 5D | 24 |
| Octal | 6 | 232 | 261 | 141 | 15 | 0 | 37 | 274 | 135 | 44 |
| Binary | 110 | 10011010 | 10110001 | 1100001 | 1101 | 0 | 11111 | 10111100 | 1011101 | 100100 |
Color Harmonies of #069AB1
Complementary color
Monochromatic Colors of #069AB1
Black with #069AB1
Text Example
Text Example
White with #069AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069AB1; }
p { color: rgb(6,154,177); }
H1.HeaderClassName
{
color: #069AB1;
}
.AnyTagClassName
{
color: #069AB1;
}
</style>
background-color css
<style>
a { background-color: #069AB1; }
a { background-color: rgb(6,154,177); }
div.DivClassName
{
background-color: #069AB1;
}
.BgClassName
{
background-color: #069AB1;
}
</style>
border-color css
<style>
span { border-color: #069AB1; }
span { border-color: rgb(6,154,177); }
td.TdClassName
{
border-color: #069AB1;
}
.TagClassName
{
border-color: #069AB1;
}
</style>