Shades of Bondi Blue #068EC0
Tints of Bondi Blue #068EC0
RGB
CMYK
RGB Variations
Color information
#068EC0 (or 0x068EC0) is known color: Bondi Blue. HEX triplet: 06, 8E and C0. RGB value is (6,142,192). Sum of RGB (Red+Green+Blue) = 6+142+192=340 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.76% from 340); Green value is 142 (55.86% from 255 or 41.76% from 340); Blue value is 192 (75.39% from 255 or 56.47% from 340); Max value from RGB is 192 - color contains mainly: blue. Hex color #068EC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #068EC0 is #F9713F. Grayscale: #6A6A6A. Windows color (decimal): -16347456 or 12619270. OLE color: 12619270.
HSL color Cylindrical-coordinate representation of color #068EC0: hue angle of 196.13º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #068EC0 is Cyan = 0.97, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 6 | 142 | 192 | - |
| CMYK | 0.97 | 0.26 | 0 | 0.25 |
| HSL | 196.13º | 0.94% | 0.39% | - |
| HSV(B) | 196.13º | 0.97% | 0.75% | - |
| XYZ | 19.26 | 23.19 | 53.33 | - |
| YUV | 107.04 | 175.94 | 55.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 142 | 192 | 0.97 | 0.26 | 0 | 0.25 | 196.13 | 0.94 | 0.39 |
| Hex | 6 | 8E | C0 | 61 | 1A | 0 | 19 | C4 | 5E | 27 |
| Octal | 6 | 216 | 300 | 141 | 32 | 0 | 31 | 304 | 136 | 47 |
| Binary | 110 | 10001110 | 11000000 | 1100001 | 11010 | 0 | 11001 | 11000100 | 1011110 | 100111 |
Color Harmonies of #068EC0
Complementary color
Monochromatic Colors of #068EC0
Black with #068EC0
Text Example
Text Example
White with #068EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068EC0; }
p { color: rgb(6,142,192); }
H1.HeaderClassName
{
color: #068EC0;
}
.AnyTagClassName
{
color: #068EC0;
}
</style>
background-color css
<style>
a { background-color: #068EC0; }
a { background-color: rgb(6,142,192); }
div.DivClassName
{
background-color: #068EC0;
}
.BgClassName
{
background-color: #068EC0;
}
</style>
border-color css
<style>
span { border-color: #068EC0; }
span { border-color: rgb(6,142,192); }
td.TdClassName
{
border-color: #068EC0;
}
.TagClassName
{
border-color: #068EC0;
}
</style>