Shades of Bondi Blue #0692AB
Tints of Bondi Blue #0692AB
RGB
CMYK
RGB Variations
Color information
#0692AB (or 0x0692AB) is known color: Bondi Blue. HEX triplet: 06, 92 and AB. RGB value is (6,146,171). Sum of RGB (Red+Green+Blue) = 6+146+171=323 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.86% from 323); Green value is 146 (57.42% from 255 or 45.20% from 323); Blue value is 171 (67.19% from 255 or 52.94% from 323); Max value from RGB is 171 - color contains mainly: blue. Hex color #0692AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0692AB is #F96D54. Grayscale: #6A6A6A. Windows color (decimal): -16346453 or 11244038. OLE color: 11244038.
HSL color Cylindrical-coordinate representation of color #0692AB: hue angle of 189.09º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0692AB is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 146 | 171 | - |
| CMYK | 0.96 | 0.15 | 0 | 0.33 |
| HSL | 189.09º | 0.93% | 0.35% | - |
| HSV(B) | 189.09º | 0.96% | 0.67% | - |
| XYZ | 17.7 | 23.54 | 42.14 | - |
| YUV | 106.99 | 164.12 | 55.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 146 | 171 | 0.96 | 0.15 | 0 | 0.33 | 189.09 | 0.93 | 0.35 |
| Hex | 6 | 92 | AB | 60 | F | 0 | 21 | BD | 5D | 23 |
| Octal | 6 | 222 | 253 | 140 | 17 | 0 | 41 | 275 | 135 | 43 |
| Binary | 110 | 10010010 | 10101011 | 1100000 | 1111 | 0 | 100001 | 10111101 | 1011101 | 100011 |
Color Harmonies of #0692AB
Complementary color
Monochromatic Colors of #0692AB
Black with #0692AB
Text Example
Text Example
White with #0692AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0692AB; }
p { color: rgb(6,146,171); }
H1.HeaderClassName
{
color: #0692AB;
}
.AnyTagClassName
{
color: #0692AB;
}
</style>
background-color css
<style>
a { background-color: #0692AB; }
a { background-color: rgb(6,146,171); }
div.DivClassName
{
background-color: #0692AB;
}
.BgClassName
{
background-color: #0692AB;
}
</style>
border-color css
<style>
span { border-color: #0692AB; }
span { border-color: rgb(6,146,171); }
td.TdClassName
{
border-color: #0692AB;
}
.TagClassName
{
border-color: #0692AB;
}
</style>