Shades of Bondi Blue #068DB5
Tints of Bondi Blue #068DB5
RGB
CMYK
RGB Variations
Color information
#068DB5 (or 0x068DB5) is known color: Bondi Blue. HEX triplet: 06, 8D and B5. RGB value is (6,141,181). Sum of RGB (Red+Green+Blue) = 6+141+181=328 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.83% from 328); Green value is 141 (55.47% from 255 or 42.99% from 328); Blue value is 181 (71.09% from 255 or 55.18% from 328); Max value from RGB is 181 - color contains mainly: blue. Hex color #068DB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #068DB5 is #F9724A. Grayscale: #686868. Windows color (decimal): -16347723 or 11898118. OLE color: 11898118.
HSL color Cylindrical-coordinate representation of color #068DB5: hue angle of 193.71º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #068DB5 is Cyan = 0.97, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 6 | 141 | 181 | - |
| CMYK | 0.97 | 0.22 | 0 | 0.29 |
| HSL | 193.71º | 0.94% | 0.37% | - |
| HSV(B) | 193.71º | 0.97% | 0.71% | - |
| XYZ | 17.94 | 22.42 | 47.1 | - |
| YUV | 105.2 | 170.77 | 57.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 141 | 181 | 0.97 | 0.22 | 0 | 0.29 | 193.71 | 0.94 | 0.37 |
| Hex | 6 | 8D | B5 | 61 | 16 | 0 | 1D | C2 | 5E | 25 |
| Octal | 6 | 215 | 265 | 141 | 26 | 0 | 35 | 302 | 136 | 45 |
| Binary | 110 | 10001101 | 10110101 | 1100001 | 10110 | 0 | 11101 | 11000010 | 1011110 | 100101 |
Color Harmonies of #068DB5
Complementary color
Monochromatic Colors of #068DB5
Black with #068DB5
Text Example
Text Example
White with #068DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068DB5; }
p { color: rgb(6,141,181); }
H1.HeaderClassName
{
color: #068DB5;
}
.AnyTagClassName
{
color: #068DB5;
}
</style>
background-color css
<style>
a { background-color: #068DB5; }
a { background-color: rgb(6,141,181); }
div.DivClassName
{
background-color: #068DB5;
}
.BgClassName
{
background-color: #068DB5;
}
</style>
border-color css
<style>
span { border-color: #068DB5; }
span { border-color: rgb(6,141,181); }
td.TdClassName
{
border-color: #068DB5;
}
.TagClassName
{
border-color: #068DB5;
}
</style>