Shades of Bondi Blue #0686BC
Tints of Bondi Blue #0686BC
RGB
CMYK
RGB Variations
Color information
#0686BC (or 0x0686BC) is known color: Bondi Blue. HEX triplet: 06, 86 and BC. RGB value is (6,134,188). Sum of RGB (Red+Green+Blue) = 6+134+188=328 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.83% from 328); Green value is 134 (52.73% from 255 or 40.85% from 328); Blue value is 188 (73.83% from 255 or 57.32% from 328); Max value from RGB is 188 - color contains mainly: blue. Hex color #0686BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0686BC is #F97943. Grayscale: #656565. Windows color (decimal): -16349508 or 12355078. OLE color: 12355078.
HSL color Cylindrical-coordinate representation of color #0686BC: hue angle of 197.8º 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 #0686BC is Cyan = 0.97, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 6 | 134 | 188 | - |
| CMYK | 0.97 | 0.29 | 0 | 0.26 |
| HSL | 197.8º | 0.94% | 0.38% | - |
| HSV(B) | 197.8º | 0.97% | 0.74% | - |
| XYZ | 17.68 | 20.72 | 50.64 | - |
| YUV | 101.88 | 176.59 | 59.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 134 | 188 | 0.97 | 0.29 | 0 | 0.26 | 197.8 | 0.94 | 0.38 |
| Hex | 6 | 86 | BC | 61 | 1D | 0 | 1A | C6 | 5E | 26 |
| Octal | 6 | 206 | 274 | 141 | 35 | 0 | 32 | 306 | 136 | 46 |
| Binary | 110 | 10000110 | 10111100 | 1100001 | 11101 | 0 | 11010 | 11000110 | 1011110 | 100110 |
Color Harmonies of #0686BC
Complementary color
Monochromatic Colors of #0686BC
Black with #0686BC
Text Example
Text Example
White with #0686BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0686BC; }
p { color: rgb(6,134,188); }
H1.HeaderClassName
{
color: #0686BC;
}
.AnyTagClassName
{
color: #0686BC;
}
</style>
background-color css
<style>
a { background-color: #0686BC; }
a { background-color: rgb(6,134,188); }
div.DivClassName
{
background-color: #0686BC;
}
.BgClassName
{
background-color: #0686BC;
}
</style>
border-color css
<style>
span { border-color: #0686BC; }
span { border-color: rgb(6,134,188); }
td.TdClassName
{
border-color: #0686BC;
}
.TagClassName
{
border-color: #0686BC;
}
</style>