Shades of Bondi Blue #0691AF
Tints of Bondi Blue #0691AF
RGB
CMYK
RGB Variations
Color information
#0691AF (or 0x0691AF) is known color: Bondi Blue. HEX triplet: 06, 91 and AF. RGB value is (6,145,175). Sum of RGB (Red+Green+Blue) = 6+145+175=326 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.84% from 326); Green value is 145 (57.03% from 255 or 44.48% from 326); Blue value is 175 (68.75% from 255 or 53.68% from 326); Max value from RGB is 175 - color contains mainly: blue. Hex color #0691AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0691AF is #F96E50. Grayscale: #6A6A6A. Windows color (decimal): -16346705 or 11505926. OLE color: 11505926.
HSL color Cylindrical-coordinate representation of color #0691AF: hue angle of 190.65º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0691AF is Cyan = 0.97, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 6 | 145 | 175 | - |
| CMYK | 0.97 | 0.17 | 0 | 0.31 |
| HSL | 190.65º | 0.93% | 0.35% | - |
| HSV(B) | 190.65º | 0.97% | 0.69% | - |
| XYZ | 17.94 | 23.38 | 44.13 | - |
| YUV | 106.86 | 166.45 | 56.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 145 | 175 | 0.97 | 0.17 | 0 | 0.31 | 190.65 | 0.93 | 0.35 |
| Hex | 6 | 91 | AF | 61 | 11 | 0 | 1F | BF | 5D | 23 |
| Octal | 6 | 221 | 257 | 141 | 21 | 0 | 37 | 277 | 135 | 43 |
| Binary | 110 | 10010001 | 10101111 | 1100001 | 10001 | 0 | 11111 | 10111111 | 1011101 | 100011 |
Color Harmonies of #0691AF
Complementary color
Monochromatic Colors of #0691AF
Black with #0691AF
Text Example
Text Example
White with #0691AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0691AF; }
p { color: rgb(6,145,175); }
H1.HeaderClassName
{
color: #0691AF;
}
.AnyTagClassName
{
color: #0691AF;
}
</style>
background-color css
<style>
a { background-color: #0691AF; }
a { background-color: rgb(6,145,175); }
div.DivClassName
{
background-color: #0691AF;
}
.BgClassName
{
background-color: #0691AF;
}
</style>
border-color css
<style>
span { border-color: #0691AF; }
span { border-color: rgb(6,145,175); }
td.TdClassName
{
border-color: #0691AF;
}
.TagClassName
{
border-color: #0691AF;
}
</style>