Shades of Bondi Blue #0694AC
Tints of Bondi Blue #0694AC
RGB
CMYK
RGB Variations
Color information
#0694AC (or 0x0694AC) is known color: Bondi Blue. HEX triplet: 06, 94 and AC. RGB value is (6,148,172). Sum of RGB (Red+Green+Blue) = 6+148+172=326 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.84% from 326); Green value is 148 (58.20% from 255 or 45.40% from 326); Blue value is 172 (67.58% from 255 or 52.76% from 326); Max value from RGB is 172 - color contains mainly: blue. Hex color #0694AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0694AC is #F96B53. Grayscale: #6C6C6C. Windows color (decimal): -16345940 or 11310086. OLE color: 11310086.
HSL color Cylindrical-coordinate representation of color #0694AC: hue angle of 188.67º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0694AC is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 148 | 172 | - |
| CMYK | 0.97 | 0.14 | 0 | 0.33 |
| HSL | 188.67º | 0.93% | 0.35% | - |
| HSV(B) | 188.67º | 0.97% | 0.67% | - |
| XYZ | 18.11 | 24.2 | 42.75 | - |
| YUV | 108.28 | 163.96 | 55.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 148 | 172 | 0.97 | 0.14 | 0 | 0.33 | 188.67 | 0.93 | 0.35 |
| Hex | 6 | 94 | AC | 61 | E | 0 | 21 | BD | 5D | 23 |
| Octal | 6 | 224 | 254 | 141 | 16 | 0 | 41 | 275 | 135 | 43 |
| Binary | 110 | 10010100 | 10101100 | 1100001 | 1110 | 0 | 100001 | 10111101 | 1011101 | 100011 |
Color Harmonies of #0694AC
Complementary color
Monochromatic Colors of #0694AC
Black with #0694AC
Text Example
Text Example
White with #0694AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0694AC; }
p { color: rgb(6,148,172); }
H1.HeaderClassName
{
color: #0694AC;
}
.AnyTagClassName
{
color: #0694AC;
}
</style>
background-color css
<style>
a { background-color: #0694AC; }
a { background-color: rgb(6,148,172); }
div.DivClassName
{
background-color: #0694AC;
}
.BgClassName
{
background-color: #0694AC;
}
</style>
border-color css
<style>
span { border-color: #0694AC; }
span { border-color: rgb(6,148,172); }
td.TdClassName
{
border-color: #0694AC;
}
.TagClassName
{
border-color: #0694AC;
}
</style>