Shades of Bondi Blue #068FAF
Tints of Bondi Blue #068FAF
RGB
CMYK
RGB Variations
Color information
#068FAF (or 0x068FAF) is known color: Bondi Blue. HEX triplet: 06, 8F and AF. RGB value is (6,143,175). Sum of RGB (Red+Green+Blue) = 6+143+175=324 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.85% from 324); Green value is 143 (56.25% from 255 or 44.14% from 324); Blue value is 175 (68.75% from 255 or 54.01% from 324); Max value from RGB is 175 - color contains mainly: blue. Hex color #068FAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068FAF is #F97050. Grayscale: #696969. Windows color (decimal): -16347217 or 11505414. OLE color: 11505414.
HSL color Cylindrical-coordinate representation of color #068FAF: hue angle of 191.36º 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 #068FAF is Cyan = 0.97, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 6 | 143 | 175 | - |
| CMYK | 0.97 | 0.18 | 0 | 0.31 |
| HSL | 191.36º | 0.93% | 0.35% | - |
| HSV(B) | 191.36º | 0.97% | 0.69% | - |
| XYZ | 17.64 | 22.78 | 44.02 | - |
| YUV | 105.69 | 167.11 | 56.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 143 | 175 | 0.97 | 0.18 | 0 | 0.31 | 191.36 | 0.93 | 0.35 |
| Hex | 6 | 8F | AF | 61 | 12 | 0 | 1F | BF | 5D | 23 |
| Octal | 6 | 217 | 257 | 141 | 22 | 0 | 37 | 277 | 135 | 43 |
| Binary | 110 | 10001111 | 10101111 | 1100001 | 10010 | 0 | 11111 | 10111111 | 1011101 | 100011 |
Color Harmonies of #068FAF
Complementary color
Monochromatic Colors of #068FAF
Black with #068FAF
Text Example
Text Example
White with #068FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068FAF; }
p { color: rgb(6,143,175); }
H1.HeaderClassName
{
color: #068FAF;
}
.AnyTagClassName
{
color: #068FAF;
}
</style>
background-color css
<style>
a { background-color: #068FAF; }
a { background-color: rgb(6,143,175); }
div.DivClassName
{
background-color: #068FAF;
}
.BgClassName
{
background-color: #068FAF;
}
</style>
border-color css
<style>
span { border-color: #068FAF; }
span { border-color: rgb(6,143,175); }
td.TdClassName
{
border-color: #068FAF;
}
.TagClassName
{
border-color: #068FAF;
}
</style>