Shades of Bondi Blue #0696BD
Tints of Bondi Blue #0696BD
RGB
CMYK
RGB Variations
Color information
#0696BD (or 0x0696BD) is known color: Bondi Blue. HEX triplet: 06, 96 and BD. RGB value is (6,150,189). Sum of RGB (Red+Green+Blue) = 6+150+189=345 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.74% from 345); Green value is 150 (58.98% from 255 or 43.48% from 345); Blue value is 189 (74.22% from 255 or 54.78% from 345); Max value from RGB is 189 - color contains mainly: blue. Hex color #0696BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0696BD is #F96942. Grayscale: #6F6F6F. Windows color (decimal): -16345411 or 12424710. OLE color: 12424710.
HSL color Cylindrical-coordinate representation of color #0696BD: hue angle of 192.79º 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 #0696BD is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 6 | 150 | 189 | - |
| CMYK | 0.97 | 0.21 | 0 | 0.26 |
| HSL | 192.79º | 0.94% | 0.38% | - |
| HSV(B) | 192.79º | 0.97% | 0.74% | - |
| XYZ | 20.17 | 25.53 | 52.01 | - |
| YUV | 111.39 | 171.79 | 52.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 150 | 189 | 0.97 | 0.21 | 0 | 0.26 | 192.79 | 0.94 | 0.38 |
| Hex | 6 | 96 | BD | 61 | 15 | 0 | 1A | C1 | 5E | 26 |
| Octal | 6 | 226 | 275 | 141 | 25 | 0 | 32 | 301 | 136 | 46 |
| Binary | 110 | 10010110 | 10111101 | 1100001 | 10101 | 0 | 11010 | 11000001 | 1011110 | 100110 |
Color Harmonies of #0696BD
Complementary color
Monochromatic Colors of #0696BD
Black with #0696BD
Text Example
Text Example
White with #0696BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0696BD; }
p { color: rgb(6,150,189); }
H1.HeaderClassName
{
color: #0696BD;
}
.AnyTagClassName
{
color: #0696BD;
}
</style>
background-color css
<style>
a { background-color: #0696BD; }
a { background-color: rgb(6,150,189); }
div.DivClassName
{
background-color: #0696BD;
}
.BgClassName
{
background-color: #0696BD;
}
</style>
border-color css
<style>
span { border-color: #0696BD; }
span { border-color: rgb(6,150,189); }
td.TdClassName
{
border-color: #0696BD;
}
.TagClassName
{
border-color: #0696BD;
}
</style>