Shades of Bondi Blue #0694AB
Tints of Bondi Blue #0694AB
RGB
CMYK
RGB Variations
Color information
#0694AB (or 0x0694AB) is known color: Bondi Blue. HEX triplet: 06, 94 and AB. RGB value is (6,148,171). Sum of RGB (Red+Green+Blue) = 6+148+171=325 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.85% from 325); Green value is 148 (58.20% from 255 or 45.54% from 325); Blue value is 171 (67.19% from 255 or 52.62% from 325); Max value from RGB is 171 - color contains mainly: blue. Hex color #0694AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0694AB is #F96B54. Grayscale: #6B6B6B. Windows color (decimal): -16345941 or 11244550. OLE color: 11244550.
HSL color Cylindrical-coordinate representation of color #0694AB: hue angle of 188.36º 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 #0694AB is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 148 | 171 | - |
| CMYK | 0.96 | 0.13 | 0 | 0.33 |
| HSL | 188.36º | 0.93% | 0.35% | - |
| HSV(B) | 188.36º | 0.96% | 0.67% | - |
| XYZ | 18.02 | 24.16 | 42.24 | - |
| YUV | 108.16 | 163.46 | 55.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 148 | 171 | 0.96 | 0.13 | 0 | 0.33 | 188.36 | 0.93 | 0.35 |
| Hex | 6 | 94 | AB | 60 | D | 0 | 21 | BC | 5D | 23 |
| Octal | 6 | 224 | 253 | 140 | 15 | 0 | 41 | 274 | 135 | 43 |
| Binary | 110 | 10010100 | 10101011 | 1100000 | 1101 | 0 | 100001 | 10111100 | 1011101 | 100011 |
Color Harmonies of #0694AB
Complementary color
Monochromatic Colors of #0694AB
Black with #0694AB
Text Example
Text Example
White with #0694AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0694AB; }
p { color: rgb(6,148,171); }
H1.HeaderClassName
{
color: #0694AB;
}
.AnyTagClassName
{
color: #0694AB;
}
</style>
background-color css
<style>
a { background-color: #0694AB; }
a { background-color: rgb(6,148,171); }
div.DivClassName
{
background-color: #0694AB;
}
.BgClassName
{
background-color: #0694AB;
}
</style>
border-color css
<style>
span { border-color: #0694AB; }
span { border-color: rgb(6,148,171); }
td.TdClassName
{
border-color: #0694AB;
}
.TagClassName
{
border-color: #0694AB;
}
</style>