Shades of Bondi Blue #0694AF
Tints of Bondi Blue #0694AF
RGB
CMYK
RGB Variations
Color information
#0694AF (or 0x0694AF) is known color: Bondi Blue. HEX triplet: 06, 94 and AF. RGB value is (6,148,175). Sum of RGB (Red+Green+Blue) = 6+148+175=329 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.82% from 329); Green value is 148 (58.20% from 255 or 44.98% from 329); Blue value is 175 (68.75% from 255 or 53.19% from 329); Max value from RGB is 175 - color contains mainly: blue. Hex color #0694AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0694AF is #F96B50. Grayscale: #6C6C6C. Windows color (decimal): -16345937 or 11506694. OLE color: 11506694.
HSL color Cylindrical-coordinate representation of color #0694AF: hue angle of 189.59º 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 #0694AF is Cyan = 0.97, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 6 | 148 | 175 | - |
| CMYK | 0.97 | 0.15 | 0 | 0.31 |
| HSL | 189.59º | 0.93% | 0.35% | - |
| HSV(B) | 189.59º | 0.97% | 0.69% | - |
| XYZ | 18.4 | 24.31 | 44.28 | - |
| YUV | 108.62 | 165.46 | 54.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 148 | 175 | 0.97 | 0.15 | 0 | 0.31 | 189.59 | 0.93 | 0.35 |
| Hex | 6 | 94 | AF | 61 | F | 0 | 1F | BE | 5D | 23 |
| Octal | 6 | 224 | 257 | 141 | 17 | 0 | 37 | 276 | 135 | 43 |
| Binary | 110 | 10010100 | 10101111 | 1100001 | 1111 | 0 | 11111 | 10111110 | 1011101 | 100011 |
Color Harmonies of #0694AF
Complementary color
Monochromatic Colors of #0694AF
Black with #0694AF
Text Example
Text Example
White with #0694AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0694AF; }
p { color: rgb(6,148,175); }
H1.HeaderClassName
{
color: #0694AF;
}
.AnyTagClassName
{
color: #0694AF;
}
</style>
background-color css
<style>
a { background-color: #0694AF; }
a { background-color: rgb(6,148,175); }
div.DivClassName
{
background-color: #0694AF;
}
.BgClassName
{
background-color: #0694AF;
}
</style>
border-color css
<style>
span { border-color: #0694AF; }
span { border-color: rgb(6,148,175); }
td.TdClassName
{
border-color: #0694AF;
}
.TagClassName
{
border-color: #0694AF;
}
</style>