Shades of Bondi Blue #0691BC
Tints of Bondi Blue #0691BC
RGB
CMYK
RGB Variations
Color information
#0691BC (or 0x0691BC) is known color: Bondi Blue. HEX triplet: 06, 91 and BC. RGB value is (6,145,188). Sum of RGB (Red+Green+Blue) = 6+145+188=339 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.77% from 339); Green value is 145 (57.03% from 255 or 42.77% from 339); Blue value is 188 (73.83% from 255 or 55.46% from 339); Max value from RGB is 188 - color contains mainly: blue. Hex color #0691BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0691BC is #F96E43. Grayscale: #6C6C6C. Windows color (decimal): -16346692 or 12357894. OLE color: 12357894.
HSL color Cylindrical-coordinate representation of color #0691BC: hue angle of 194.18º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0691BC is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 6 | 145 | 188 | - |
| CMYK | 0.97 | 0.23 | 0 | 0.26 |
| HSL | 194.18º | 0.94% | 0.38% | - |
| HSV(B) | 194.18º | 0.97% | 0.74% | - |
| XYZ | 19.28 | 23.92 | 51.18 | - |
| YUV | 108.34 | 172.95 | 55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 145 | 188 | 0.97 | 0.23 | 0 | 0.26 | 194.18 | 0.94 | 0.38 |
| Hex | 6 | 91 | BC | 61 | 17 | 0 | 1A | C2 | 5E | 26 |
| Octal | 6 | 221 | 274 | 141 | 27 | 0 | 32 | 302 | 136 | 46 |
| Binary | 110 | 10010001 | 10111100 | 1100001 | 10111 | 0 | 11010 | 11000010 | 1011110 | 100110 |
Color Harmonies of #0691BC
Complementary color
Monochromatic Colors of #0691BC
Black with #0691BC
Text Example
Text Example
White with #0691BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0691BC; }
p { color: rgb(6,145,188); }
H1.HeaderClassName
{
color: #0691BC;
}
.AnyTagClassName
{
color: #0691BC;
}
</style>
background-color css
<style>
a { background-color: #0691BC; }
a { background-color: rgb(6,145,188); }
div.DivClassName
{
background-color: #0691BC;
}
.BgClassName
{
background-color: #0691BC;
}
</style>
border-color css
<style>
span { border-color: #0691BC; }
span { border-color: rgb(6,145,188); }
td.TdClassName
{
border-color: #0691BC;
}
.TagClassName
{
border-color: #0691BC;
}
</style>