Shades of Bondi Blue #068DB1
Tints of Bondi Blue #068DB1
RGB
CMYK
RGB Variations
Color information
#068DB1 (or 0x068DB1) is known color: Bondi Blue. HEX triplet: 06, 8D and B1. RGB value is (6,141,177). Sum of RGB (Red+Green+Blue) = 6+141+177=324 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.85% from 324); Green value is 141 (55.47% from 255 or 43.52% from 324); Blue value is 177 (69.53% from 255 or 54.63% from 324); Max value from RGB is 177 - color contains mainly: blue. Hex color #068DB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068DB1 is #F9724E. Grayscale: #686868. Windows color (decimal): -16347727 or 11635974. OLE color: 11635974.
HSL color Cylindrical-coordinate representation of color #068DB1: hue angle of 192.63º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #068DB1 is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 6 | 141 | 177 | - |
| CMYK | 0.97 | 0.20 | 0 | 0.31 |
| HSL | 192.63º | 0.93% | 0.36% | - |
| HSV(B) | 192.63º | 0.97% | 0.69% | - |
| XYZ | 17.54 | 22.26 | 44.97 | - |
| YUV | 104.74 | 168.77 | 57.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 141 | 177 | 0.97 | 0.20 | 0 | 0.31 | 192.63 | 0.93 | 0.36 |
| Hex | 6 | 8D | B1 | 61 | 14 | 0 | 1F | C1 | 5D | 24 |
| Octal | 6 | 215 | 261 | 141 | 24 | 0 | 37 | 301 | 135 | 44 |
| Binary | 110 | 10001101 | 10110001 | 1100001 | 10100 | 0 | 11111 | 11000001 | 1011101 | 100100 |
Color Harmonies of #068DB1
Complementary color
Monochromatic Colors of #068DB1
Black with #068DB1
Text Example
Text Example
White with #068DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068DB1; }
p { color: rgb(6,141,177); }
H1.HeaderClassName
{
color: #068DB1;
}
.AnyTagClassName
{
color: #068DB1;
}
</style>
background-color css
<style>
a { background-color: #068DB1; }
a { background-color: rgb(6,141,177); }
div.DivClassName
{
background-color: #068DB1;
}
.BgClassName
{
background-color: #068DB1;
}
</style>
border-color css
<style>
span { border-color: #068DB1; }
span { border-color: rgb(6,141,177); }
td.TdClassName
{
border-color: #068DB1;
}
.TagClassName
{
border-color: #068DB1;
}
</style>