Shades of Bondi Blue #0694BD
Tints of Bondi Blue #0694BD
RGB
CMYK
RGB Variations
Color information
#0694BD (or 0x0694BD) is known color: Bondi Blue. HEX triplet: 06, 94 and BD. RGB value is (6,148,189). Sum of RGB (Red+Green+Blue) = 6+148+189=343 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.75% from 343); Green value is 148 (58.20% from 255 or 43.15% from 343); Blue value is 189 (74.22% from 255 or 55.10% from 343); Max value from RGB is 189 - color contains mainly: blue. Hex color #0694BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0694BD is #F96B42. Grayscale: #6D6D6D. Windows color (decimal): -16345923 or 12424198. OLE color: 12424198.
HSL color Cylindrical-coordinate representation of color #0694BD: hue angle of 193.44º 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 #0694BD is Cyan = 0.97, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 6 | 148 | 189 | - |
| CMYK | 0.97 | 0.22 | 0 | 0.26 |
| HSL | 193.44º | 0.94% | 0.38% | - |
| HSV(B) | 193.44º | 0.97% | 0.74% | - |
| XYZ | 19.85 | 24.89 | 51.9 | - |
| YUV | 110.22 | 172.46 | 53.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 148 | 189 | 0.97 | 0.22 | 0 | 0.26 | 193.44 | 0.94 | 0.38 |
| Hex | 6 | 94 | BD | 61 | 16 | 0 | 1A | C1 | 5E | 26 |
| Octal | 6 | 224 | 275 | 141 | 26 | 0 | 32 | 301 | 136 | 46 |
| Binary | 110 | 10010100 | 10111101 | 1100001 | 10110 | 0 | 11010 | 11000001 | 1011110 | 100110 |
Color Harmonies of #0694BD
Complementary color
Monochromatic Colors of #0694BD
Black with #0694BD
Text Example
Text Example
White with #0694BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0694BD; }
p { color: rgb(6,148,189); }
H1.HeaderClassName
{
color: #0694BD;
}
.AnyTagClassName
{
color: #0694BD;
}
</style>
background-color css
<style>
a { background-color: #0694BD; }
a { background-color: rgb(6,148,189); }
div.DivClassName
{
background-color: #0694BD;
}
.BgClassName
{
background-color: #0694BD;
}
</style>
border-color css
<style>
span { border-color: #0694BD; }
span { border-color: rgb(6,148,189); }
td.TdClassName
{
border-color: #0694BD;
}
.TagClassName
{
border-color: #0694BD;
}
</style>