Shades of Bondi Blue #068BBC
Tints of Bondi Blue #068BBC
RGB
CMYK
RGB Variations
Color information
#068BBC (or 0x068BBC) is known color: Bondi Blue. HEX triplet: 06, 8B and BC. RGB value is (6,139,188). Sum of RGB (Red+Green+Blue) = 6+139+188=333 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.80% from 333); Green value is 139 (54.69% from 255 or 41.74% from 333); Blue value is 188 (73.83% from 255 or 56.46% from 333); Max value from RGB is 188 - color contains mainly: blue. Hex color #068BBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #068BBC is #F97443. Grayscale: #686868. Windows color (decimal): -16348228 or 12356358. OLE color: 12356358.
HSL color Cylindrical-coordinate representation of color #068BBC: hue angle of 196.15º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #068BBC is Cyan = 0.97, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 6 | 139 | 188 | - |
| CMYK | 0.97 | 0.26 | 0 | 0.26 |
| HSL | 196.15º | 0.94% | 0.38% | - |
| HSV(B) | 196.15º | 0.97% | 0.74% | - |
| XYZ | 18.38 | 22.13 | 50.88 | - |
| YUV | 104.82 | 174.94 | 57.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 139 | 188 | 0.97 | 0.26 | 0 | 0.26 | 196.15 | 0.94 | 0.38 |
| Hex | 6 | 8B | BC | 61 | 1A | 0 | 1A | C4 | 5E | 26 |
| Octal | 6 | 213 | 274 | 141 | 32 | 0 | 32 | 304 | 136 | 46 |
| Binary | 110 | 10001011 | 10111100 | 1100001 | 11010 | 0 | 11010 | 11000100 | 1011110 | 100110 |
Color Harmonies of #068BBC
Complementary color
Monochromatic Colors of #068BBC
Black with #068BBC
Text Example
Text Example
White with #068BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068BBC; }
p { color: rgb(6,139,188); }
H1.HeaderClassName
{
color: #068BBC;
}
.AnyTagClassName
{
color: #068BBC;
}
</style>
background-color css
<style>
a { background-color: #068BBC; }
a { background-color: rgb(6,139,188); }
div.DivClassName
{
background-color: #068BBC;
}
.BgClassName
{
background-color: #068BBC;
}
</style>
border-color css
<style>
span { border-color: #068BBC; }
span { border-color: rgb(6,139,188); }
td.TdClassName
{
border-color: #068BBC;
}
.TagClassName
{
border-color: #068BBC;
}
</style>