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