Shades of Bondi Blue #068DAC
Tints of Bondi Blue #068DAC
RGB
CMYK
RGB Variations
Color information
#068DAC (or 0x068DAC) is known color: Bondi Blue. HEX triplet: 06, 8D and AC. RGB value is (6,141,172). Sum of RGB (Red+Green+Blue) = 6+141+172=319 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.88% from 319); Green value is 141 (55.47% from 255 or 44.20% from 319); Blue value is 172 (67.58% from 255 or 53.92% from 319); Max value from RGB is 172 - color contains mainly: blue. Hex color #068DAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068DAC is #F97253. Grayscale: #676767. Windows color (decimal): -16347732 or 11308294. OLE color: 11308294.
HSL color Cylindrical-coordinate representation of color #068DAC: hue angle of 191.2º 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 #068DAC is Cyan = 0.97, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 141 | 172 | - |
| CMYK | 0.97 | 0.18 | 0 | 0.33 |
| HSL | 191.2º | 0.93% | 0.35% | - |
| HSV(B) | 191.2º | 0.97% | 0.67% | - |
| XYZ | 17.05 | 22.07 | 42.39 | - |
| YUV | 104.17 | 166.27 | 57.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 141 | 172 | 0.97 | 0.18 | 0 | 0.33 | 191.2 | 0.93 | 0.35 |
| Hex | 6 | 8D | AC | 61 | 12 | 0 | 21 | BF | 5D | 23 |
| Octal | 6 | 215 | 254 | 141 | 22 | 0 | 41 | 277 | 135 | 43 |
| Binary | 110 | 10001101 | 10101100 | 1100001 | 10010 | 0 | 100001 | 10111111 | 1011101 | 100011 |
Color Harmonies of #068DAC
Complementary color
Monochromatic Colors of #068DAC
Black with #068DAC
Text Example
Text Example
White with #068DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068DAC; }
p { color: rgb(6,141,172); }
H1.HeaderClassName
{
color: #068DAC;
}
.AnyTagClassName
{
color: #068DAC;
}
</style>
background-color css
<style>
a { background-color: #068DAC; }
a { background-color: rgb(6,141,172); }
div.DivClassName
{
background-color: #068DAC;
}
.BgClassName
{
background-color: #068DAC;
}
</style>
border-color css
<style>
span { border-color: #068DAC; }
span { border-color: rgb(6,141,172); }
td.TdClassName
{
border-color: #068DAC;
}
.TagClassName
{
border-color: #068DAC;
}
</style>