Shades of Bondi Blue #068DB2
Tints of Bondi Blue #068DB2
RGB
CMYK
RGB Variations
Color information
#068DB2 (or 0x068DB2) is known color: Bondi Blue. HEX triplet: 06, 8D and B2. RGB value is (6,141,178). Sum of RGB (Red+Green+Blue) = 6+141+178=325 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.85% from 325); Green value is 141 (55.47% from 255 or 43.38% from 325); Blue value is 178 (69.92% from 255 or 54.77% from 325); Max value from RGB is 178 - color contains mainly: blue. Hex color #068DB2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068DB2 is #F9724D. Grayscale: #686868. Windows color (decimal): -16347726 or 11701510. OLE color: 11701510.
HSL color Cylindrical-coordinate representation of color #068DB2: hue angle of 192.91º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #068DB2 is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 6 | 141 | 178 | - |
| CMYK | 0.97 | 0.21 | 0 | 0.30 |
| HSL | 192.91º | 0.93% | 0.36% | - |
| HSV(B) | 192.91º | 0.97% | 0.7% | - |
| XYZ | 17.64 | 22.3 | 45.49 | - |
| YUV | 104.85 | 169.27 | 57.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 141 | 178 | 0.97 | 0.21 | 0 | 0.30 | 192.91 | 0.93 | 0.36 |
| Hex | 6 | 8D | B2 | 61 | 15 | 0 | 1E | C1 | 5D | 24 |
| Octal | 6 | 215 | 262 | 141 | 25 | 0 | 36 | 301 | 135 | 44 |
| Binary | 110 | 10001101 | 10110010 | 1100001 | 10101 | 0 | 11110 | 11000001 | 1011101 | 100100 |
Color Harmonies of #068DB2
Complementary color
Monochromatic Colors of #068DB2
Black with #068DB2
Text Example
Text Example
White with #068DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068DB2; }
p { color: rgb(6,141,178); }
H1.HeaderClassName
{
color: #068DB2;
}
.AnyTagClassName
{
color: #068DB2;
}
</style>
background-color css
<style>
a { background-color: #068DB2; }
a { background-color: rgb(6,141,178); }
div.DivClassName
{
background-color: #068DB2;
}
.BgClassName
{
background-color: #068DB2;
}
</style>
border-color css
<style>
span { border-color: #068DB2; }
span { border-color: rgb(6,141,178); }
td.TdClassName
{
border-color: #068DB2;
}
.TagClassName
{
border-color: #068DB2;
}
</style>