Shades of Bondi Blue #0695BC
Tints of Bondi Blue #0695BC
RGB
CMYK
RGB Variations
Color information
#0695BC (or 0x0695BC) is known color: Bondi Blue. HEX triplet: 06, 95 and BC. RGB value is (6,149,188). Sum of RGB (Red+Green+Blue) = 6+149+188=343 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.75% from 343); Green value is 149 (58.59% from 255 or 43.44% from 343); Blue value is 188 (73.83% from 255 or 54.81% from 343); Max value from RGB is 188 - color contains mainly: blue. Hex color #0695BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0695BC is #F96A43. Grayscale: #6E6E6E. Windows color (decimal): -16345668 or 12358918. OLE color: 12358918.
HSL color Cylindrical-coordinate representation of color #0695BC: hue angle of 192.86º 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 #0695BC is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 6 | 149 | 188 | - |
| CMYK | 0.97 | 0.21 | 0 | 0.26 |
| HSL | 192.86º | 0.94% | 0.38% | - |
| HSV(B) | 192.86º | 0.97% | 0.74% | - |
| XYZ | 19.9 | 25.16 | 51.39 | - |
| YUV | 110.69 | 171.62 | 53.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 149 | 188 | 0.97 | 0.21 | 0 | 0.26 | 192.86 | 0.94 | 0.38 |
| Hex | 6 | 95 | BC | 61 | 15 | 0 | 1A | C1 | 5E | 26 |
| Octal | 6 | 225 | 274 | 141 | 25 | 0 | 32 | 301 | 136 | 46 |
| Binary | 110 | 10010101 | 10111100 | 1100001 | 10101 | 0 | 11010 | 11000001 | 1011110 | 100110 |
Color Harmonies of #0695BC
Complementary color
Monochromatic Colors of #0695BC
Black with #0695BC
Text Example
Text Example
White with #0695BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0695BC; }
p { color: rgb(6,149,188); }
H1.HeaderClassName
{
color: #0695BC;
}
.AnyTagClassName
{
color: #0695BC;
}
</style>
background-color css
<style>
a { background-color: #0695BC; }
a { background-color: rgb(6,149,188); }
div.DivClassName
{
background-color: #0695BC;
}
.BgClassName
{
background-color: #0695BC;
}
</style>
border-color css
<style>
span { border-color: #0695BC; }
span { border-color: rgb(6,149,188); }
td.TdClassName
{
border-color: #0695BC;
}
.TagClassName
{
border-color: #0695BC;
}
</style>