Shades of Bondi Blue #0689BE
Tints of Bondi Blue #0689BE
RGB
CMYK
RGB Variations
Color information
#0689BE (or 0x0689BE) is known color: Bondi Blue. HEX triplet: 06, 89 and BE. RGB value is (6,137,190). Sum of RGB (Red+Green+Blue) = 6+137+190=333 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.80% from 333); Green value is 137 (53.91% from 255 or 41.14% from 333); Blue value is 190 (74.61% from 255 or 57.06% from 333); Max value from RGB is 190 - color contains mainly: blue. Hex color #0689BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0689BE is #F97641. Grayscale: #676767. Windows color (decimal): -16348738 or 12486918. OLE color: 12486918.
HSL color Cylindrical-coordinate representation of color #0689BE: hue angle of 197.28º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0689BE is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 6 | 137 | 190 | - |
| CMYK | 0.97 | 0.28 | 0 | 0.25 |
| HSL | 197.28º | 0.94% | 0.38% | - |
| HSV(B) | 197.28º | 0.97% | 0.75% | - |
| XYZ | 18.32 | 21.65 | 51.93 | - |
| YUV | 103.87 | 176.6 | 58.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 137 | 190 | 0.97 | 0.28 | 0 | 0.25 | 197.28 | 0.94 | 0.38 |
| Hex | 6 | 89 | BE | 61 | 1C | 0 | 19 | C5 | 5E | 26 |
| Octal | 6 | 211 | 276 | 141 | 34 | 0 | 31 | 305 | 136 | 46 |
| Binary | 110 | 10001001 | 10111110 | 1100001 | 11100 | 0 | 11001 | 11000101 | 1011110 | 100110 |
Color Harmonies of #0689BE
Complementary color
Monochromatic Colors of #0689BE
Black with #0689BE
Text Example
Text Example
White with #0689BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0689BE; }
p { color: rgb(6,137,190); }
H1.HeaderClassName
{
color: #0689BE;
}
.AnyTagClassName
{
color: #0689BE;
}
</style>
background-color css
<style>
a { background-color: #0689BE; }
a { background-color: rgb(6,137,190); }
div.DivClassName
{
background-color: #0689BE;
}
.BgClassName
{
background-color: #0689BE;
}
</style>
border-color css
<style>
span { border-color: #0689BE; }
span { border-color: rgb(6,137,190); }
td.TdClassName
{
border-color: #0689BE;
}
.TagClassName
{
border-color: #0689BE;
}
</style>