Shades of Bondi Blue #0697BD
Tints of Bondi Blue #0697BD
RGB
CMYK
RGB Variations
Color information
#0697BD (or 0x0697BD) is known color: Bondi Blue. HEX triplet: 06, 97 and BD. RGB value is (6,151,189). Sum of RGB (Red+Green+Blue) = 6+151+189=346 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.73% from 346); Green value is 151 (59.38% from 255 or 43.64% from 346); Blue value is 189 (74.22% from 255 or 54.62% from 346); Max value from RGB is 189 - color contains mainly: blue. Hex color #0697BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0697BD is #F96842. Grayscale: #6F6F6F. Windows color (decimal): -16345155 or 12424966. OLE color: 12424966.
HSL color Cylindrical-coordinate representation of color #0697BD: hue angle of 192.46º 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 #0697BD is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 6 | 151 | 189 | - |
| CMYK | 0.97 | 0.20 | 0 | 0.26 |
| HSL | 192.46º | 0.94% | 0.38% | - |
| HSV(B) | 192.46º | 0.97% | 0.74% | - |
| XYZ | 20.33 | 25.85 | 52.06 | - |
| YUV | 111.98 | 171.46 | 52.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 151 | 189 | 0.97 | 0.20 | 0 | 0.26 | 192.46 | 0.94 | 0.38 |
| Hex | 6 | 97 | BD | 61 | 14 | 0 | 1A | C0 | 5E | 26 |
| Octal | 6 | 227 | 275 | 141 | 24 | 0 | 32 | 300 | 136 | 46 |
| Binary | 110 | 10010111 | 10111101 | 1100001 | 10100 | 0 | 11010 | 11000000 | 1011110 | 100110 |
Color Harmonies of #0697BD
Complementary color
Monochromatic Colors of #0697BD
Black with #0697BD
Text Example
Text Example
White with #0697BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0697BD; }
p { color: rgb(6,151,189); }
H1.HeaderClassName
{
color: #0697BD;
}
.AnyTagClassName
{
color: #0697BD;
}
</style>
background-color css
<style>
a { background-color: #0697BD; }
a { background-color: rgb(6,151,189); }
div.DivClassName
{
background-color: #0697BD;
}
.BgClassName
{
background-color: #0697BD;
}
</style>
border-color css
<style>
span { border-color: #0697BD; }
span { border-color: rgb(6,151,189); }
td.TdClassName
{
border-color: #0697BD;
}
.TagClassName
{
border-color: #0697BD;
}
</style>