Shades of Bondi Blue #0690BE
Tints of Bondi Blue #0690BE
RGB
CMYK
RGB Variations
Color information
#0690BE (or 0x0690BE) is known color: Bondi Blue. HEX triplet: 06, 90 and BE. RGB value is (6,144,190). Sum of RGB (Red+Green+Blue) = 6+144+190=340 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.76% from 340); Green value is 144 (56.64% from 255 or 42.35% from 340); Blue value is 190 (74.61% from 255 or 55.88% from 340); Max value from RGB is 190 - color contains mainly: blue. Hex color #0690BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0690BE is #F96F41. Grayscale: #6B6B6B. Windows color (decimal): -16346946 or 12488710. OLE color: 12488710.
HSL color Cylindrical-coordinate representation of color #0690BE: hue angle of 195º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0690BE is Cyan = 0.97, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 6 | 144 | 190 | - |
| CMYK | 0.97 | 0.24 | 0 | 0.25 |
| HSL | 195º | 0.94% | 0.38% | - |
| HSV(B) | 195º | 0.97% | 0.75% | - |
| XYZ | 19.34 | 23.7 | 52.27 | - |
| YUV | 107.98 | 174.28 | 55.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 144 | 190 | 0.97 | 0.24 | 0 | 0.25 | 195 | 0.94 | 0.38 |
| Hex | 6 | 90 | BE | 61 | 18 | 0 | 19 | C3 | 5E | 26 |
| Octal | 6 | 220 | 276 | 141 | 30 | 0 | 31 | 303 | 136 | 46 |
| Binary | 110 | 10010000 | 10111110 | 1100001 | 11000 | 0 | 11001 | 11000011 | 1011110 | 100110 |
Color Harmonies of #0690BE
Complementary color
Monochromatic Colors of #0690BE
Black with #0690BE
Text Example
Text Example
White with #0690BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0690BE; }
p { color: rgb(6,144,190); }
H1.HeaderClassName
{
color: #0690BE;
}
.AnyTagClassName
{
color: #0690BE;
}
</style>
background-color css
<style>
a { background-color: #0690BE; }
a { background-color: rgb(6,144,190); }
div.DivClassName
{
background-color: #0690BE;
}
.BgClassName
{
background-color: #0690BE;
}
</style>
border-color css
<style>
span { border-color: #0690BE; }
span { border-color: rgb(6,144,190); }
td.TdClassName
{
border-color: #0690BE;
}
.TagClassName
{
border-color: #0690BE;
}
</style>