Shades of Bondi Blue #0695AD
Tints of Bondi Blue #0695AD
RGB
CMYK
RGB Variations
Color information
#0695AD (or 0x0695AD) is known color: Bondi Blue. HEX triplet: 06, 95 and AD. RGB value is (6,149,173). Sum of RGB (Red+Green+Blue) = 6+149+173=328 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.83% from 328); Green value is 149 (58.59% from 255 or 45.43% from 328); Blue value is 173 (67.97% from 255 or 52.74% from 328); Max value from RGB is 173 - color contains mainly: blue. Hex color #0695AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0695AD is #F96A52. Grayscale: #6C6C6C. Windows color (decimal): -16345683 or 11375878. OLE color: 11375878.
HSL color Cylindrical-coordinate representation of color #0695AD: hue angle of 188.62º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0695AD is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 6 | 149 | 173 | - |
| CMYK | 0.97 | 0.14 | 0 | 0.32 |
| HSL | 188.62º | 0.93% | 0.35% | - |
| HSV(B) | 188.62º | 0.97% | 0.68% | - |
| XYZ | 18.37 | 24.55 | 43.31 | - |
| YUV | 108.98 | 164.12 | 54.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 149 | 173 | 0.97 | 0.14 | 0 | 0.32 | 188.62 | 0.93 | 0.35 |
| Hex | 6 | 95 | AD | 61 | E | 0 | 20 | BD | 5D | 23 |
| Octal | 6 | 225 | 255 | 141 | 16 | 0 | 40 | 275 | 135 | 43 |
| Binary | 110 | 10010101 | 10101101 | 1100001 | 1110 | 0 | 100000 | 10111101 | 1011101 | 100011 |
Color Harmonies of #0695AD
Complementary color
Monochromatic Colors of #0695AD
Black with #0695AD
Text Example
Text Example
White with #0695AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0695AD; }
p { color: rgb(6,149,173); }
H1.HeaderClassName
{
color: #0695AD;
}
.AnyTagClassName
{
color: #0695AD;
}
</style>
background-color css
<style>
a { background-color: #0695AD; }
a { background-color: rgb(6,149,173); }
div.DivClassName
{
background-color: #0695AD;
}
.BgClassName
{
background-color: #0695AD;
}
</style>
border-color css
<style>
span { border-color: #0695AD; }
span { border-color: rgb(6,149,173); }
td.TdClassName
{
border-color: #0695AD;
}
.TagClassName
{
border-color: #0695AD;
}
</style>