Shades of Bondi Blue #0691AB
Tints of Bondi Blue #0691AB
RGB
CMYK
RGB Variations
Color information
#0691AB (or 0x0691AB) is known color: Bondi Blue. HEX triplet: 06, 91 and AB. RGB value is (6,145,171). Sum of RGB (Red+Green+Blue) = 6+145+171=322 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.86% from 322); Green value is 145 (57.03% from 255 or 45.03% from 322); Blue value is 171 (67.19% from 255 or 53.11% from 322); Max value from RGB is 171 - color contains mainly: blue. Hex color #0691AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0691AB is #F96E54. Grayscale: #6A6A6A. Windows color (decimal): -16346709 or 11243782. OLE color: 11243782.
HSL color Cylindrical-coordinate representation of color #0691AB: hue angle of 189.45º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0691AB is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 145 | 171 | - |
| CMYK | 0.96 | 0.15 | 0 | 0.33 |
| HSL | 189.45º | 0.93% | 0.35% | - |
| HSV(B) | 189.45º | 0.96% | 0.67% | - |
| XYZ | 17.55 | 23.23 | 42.09 | - |
| YUV | 106.4 | 164.45 | 56.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 145 | 171 | 0.96 | 0.15 | 0 | 0.33 | 189.45 | 0.93 | 0.35 |
| Hex | 6 | 91 | AB | 60 | F | 0 | 21 | BD | 5D | 23 |
| Octal | 6 | 221 | 253 | 140 | 17 | 0 | 41 | 275 | 135 | 43 |
| Binary | 110 | 10010001 | 10101011 | 1100000 | 1111 | 0 | 100001 | 10111101 | 1011101 | 100011 |
Color Harmonies of #0691AB
Complementary color
Monochromatic Colors of #0691AB
Black with #0691AB
Text Example
Text Example
White with #0691AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0691AB; }
p { color: rgb(6,145,171); }
H1.HeaderClassName
{
color: #0691AB;
}
.AnyTagClassName
{
color: #0691AB;
}
</style>
background-color css
<style>
a { background-color: #0691AB; }
a { background-color: rgb(6,145,171); }
div.DivClassName
{
background-color: #0691AB;
}
.BgClassName
{
background-color: #0691AB;
}
</style>
border-color css
<style>
span { border-color: #0691AB; }
span { border-color: rgb(6,145,171); }
td.TdClassName
{
border-color: #0691AB;
}
.TagClassName
{
border-color: #0691AB;
}
</style>