Shades of Bondi Blue #0692BA
Tints of Bondi Blue #0692BA
RGB
CMYK
RGB Variations
Color information
#0692BA (or 0x0692BA) is known color: Bondi Blue. HEX triplet: 06, 92 and BA. RGB value is (6,146,186). Sum of RGB (Red+Green+Blue) = 6+146+186=338 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.78% from 338); Green value is 146 (57.42% from 255 or 43.20% from 338); Blue value is 186 (73.05% from 255 or 55.03% from 338); Max value from RGB is 186 - color contains mainly: blue. Hex color #0692BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0692BA is #F96D45. Grayscale: #6C6C6C. Windows color (decimal): -16346438 or 12227078. OLE color: 12227078.
HSL color Cylindrical-coordinate representation of color #0692BA: hue angle of 193.33º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0692BA is Cyan = 0.97, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 6 | 146 | 186 | - |
| CMYK | 0.97 | 0.22 | 0 | 0.27 |
| HSL | 193.33º | 0.94% | 0.38% | - |
| HSV(B) | 193.33º | 0.97% | 0.73% | - |
| XYZ | 19.22 | 24.14 | 50.1 | - |
| YUV | 108.7 | 171.62 | 54.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 146 | 186 | 0.97 | 0.22 | 0 | 0.27 | 193.33 | 0.94 | 0.38 |
| Hex | 6 | 92 | BA | 61 | 16 | 0 | 1B | C1 | 5E | 26 |
| Octal | 6 | 222 | 272 | 141 | 26 | 0 | 33 | 301 | 136 | 46 |
| Binary | 110 | 10010010 | 10111010 | 1100001 | 10110 | 0 | 11011 | 11000001 | 1011110 | 100110 |
Color Harmonies of #0692BA
Complementary color
Monochromatic Colors of #0692BA
Black with #0692BA
Text Example
Text Example
White with #0692BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0692BA; }
p { color: rgb(6,146,186); }
H1.HeaderClassName
{
color: #0692BA;
}
.AnyTagClassName
{
color: #0692BA;
}
</style>
background-color css
<style>
a { background-color: #0692BA; }
a { background-color: rgb(6,146,186); }
div.DivClassName
{
background-color: #0692BA;
}
.BgClassName
{
background-color: #0692BA;
}
</style>
border-color css
<style>
span { border-color: #0692BA; }
span { border-color: rgb(6,146,186); }
td.TdClassName
{
border-color: #0692BA;
}
.TagClassName
{
border-color: #0692BA;
}
</style>