Shades of Bondi Blue #069DB4
Tints of Bondi Blue #069DB4
RGB
CMYK
RGB Variations
Color information
#069DB4 (or 0x069DB4) is known color: Bondi Blue. HEX triplet: 06, 9D and B4. RGB value is (6,157,180). Sum of RGB (Red+Green+Blue) = 6+157+180=343 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.75% from 343); Green value is 157 (61.72% from 255 or 45.77% from 343); Blue value is 180 (70.70% from 255 or 52.48% from 343); Max value from RGB is 180 - color contains mainly: blue. Hex color #069DB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #069DB4 is #F9624B. Grayscale: #727272. Windows color (decimal): -16343628 or 11836678. OLE color: 11836678.
HSL color Cylindrical-coordinate representation of color #069DB4: hue angle of 187.93º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #069DB4 is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 6 | 157 | 180 | - |
| CMYK | 0.97 | 0.13 | 0 | 0.29 |
| HSL | 187.93º | 0.94% | 0.36% | - |
| HSV(B) | 187.93º | 0.97% | 0.71% | - |
| XYZ | 20.37 | 27.45 | 47.4 | - |
| YUV | 114.47 | 164.97 | 50.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 157 | 180 | 0.97 | 0.13 | 0 | 0.29 | 187.93 | 0.94 | 0.36 |
| Hex | 6 | 9D | B4 | 61 | D | 0 | 1D | BC | 5E | 24 |
| Octal | 6 | 235 | 264 | 141 | 15 | 0 | 35 | 274 | 136 | 44 |
| Binary | 110 | 10011101 | 10110100 | 1100001 | 1101 | 0 | 11101 | 10111100 | 1011110 | 100100 |
Color Harmonies of #069DB4
Complementary color
Monochromatic Colors of #069DB4
Black with #069DB4
Text Example
Text Example
White with #069DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069DB4; }
p { color: rgb(6,157,180); }
H1.HeaderClassName
{
color: #069DB4;
}
.AnyTagClassName
{
color: #069DB4;
}
</style>
background-color css
<style>
a { background-color: #069DB4; }
a { background-color: rgb(6,157,180); }
div.DivClassName
{
background-color: #069DB4;
}
.BgClassName
{
background-color: #069DB4;
}
</style>
border-color css
<style>
span { border-color: #069DB4; }
span { border-color: rgb(6,157,180); }
td.TdClassName
{
border-color: #069DB4;
}
.TagClassName
{
border-color: #069DB4;
}
</style>