Shades of Bondi Blue #068EAF
Tints of Bondi Blue #068EAF
RGB
CMYK
RGB Variations
Color information
#068EAF (or 0x068EAF) is known color: Bondi Blue. HEX triplet: 06, 8E and AF. RGB value is (6,142,175). Sum of RGB (Red+Green+Blue) = 6+142+175=323 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.86% from 323); Green value is 142 (55.86% from 255 or 43.96% from 323); Blue value is 175 (68.75% from 255 or 54.18% from 323); Max value from RGB is 175 - color contains mainly: blue. Hex color #068EAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068EAF is #F97150. Grayscale: #686868. Windows color (decimal): -16347473 or 11505158. OLE color: 11505158.
HSL color Cylindrical-coordinate representation of color #068EAF: hue angle of 191.72º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #068EAF is Cyan = 0.97, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 6 | 142 | 175 | - |
| CMYK | 0.97 | 0.19 | 0 | 0.31 |
| HSL | 191.72º | 0.93% | 0.35% | - |
| HSV(B) | 191.72º | 0.97% | 0.69% | - |
| XYZ | 17.49 | 22.48 | 43.97 | - |
| YUV | 105.1 | 167.44 | 57.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 142 | 175 | 0.97 | 0.19 | 0 | 0.31 | 191.72 | 0.93 | 0.35 |
| Hex | 6 | 8E | AF | 61 | 13 | 0 | 1F | C0 | 5D | 23 |
| Octal | 6 | 216 | 257 | 141 | 23 | 0 | 37 | 300 | 135 | 43 |
| Binary | 110 | 10001110 | 10101111 | 1100001 | 10011 | 0 | 11111 | 11000000 | 1011101 | 100011 |
Color Harmonies of #068EAF
Complementary color
Monochromatic Colors of #068EAF
Black with #068EAF
Text Example
Text Example
White with #068EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068EAF; }
p { color: rgb(6,142,175); }
H1.HeaderClassName
{
color: #068EAF;
}
.AnyTagClassName
{
color: #068EAF;
}
</style>
background-color css
<style>
a { background-color: #068EAF; }
a { background-color: rgb(6,142,175); }
div.DivClassName
{
background-color: #068EAF;
}
.BgClassName
{
background-color: #068EAF;
}
</style>
border-color css
<style>
span { border-color: #068EAF; }
span { border-color: rgb(6,142,175); }
td.TdClassName
{
border-color: #068EAF;
}
.TagClassName
{
border-color: #068EAF;
}
</style>