Shades of Bondi Blue #0699B3
Tints of Bondi Blue #0699B3
RGB
CMYK
RGB Variations
Color information
#0699B3 (or 0x0699B3) is known color: Bondi Blue. HEX triplet: 06, 99 and B3. RGB value is (6,153,179). Sum of RGB (Red+Green+Blue) = 6+153+179=338 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.78% from 338); Green value is 153 (60.16% from 255 or 45.27% from 338); Blue value is 179 (70.31% from 255 or 52.96% from 338); Max value from RGB is 179 - color contains mainly: blue. Hex color #0699B3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0699B3 is #F9664C. Grayscale: #6F6F6F. Windows color (decimal): -16344653 or 11770118. OLE color: 11770118.
HSL color Cylindrical-coordinate representation of color #0699B3: hue angle of 189.02º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0699B3 is Cyan = 0.97, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 6 | 153 | 179 | - |
| CMYK | 0.97 | 0.15 | 0 | 0.30 |
| HSL | 189.02º | 0.94% | 0.36% | - |
| HSV(B) | 189.02º | 0.97% | 0.7% | - |
| XYZ | 19.6 | 26.08 | 46.65 | - |
| YUV | 112.01 | 165.8 | 52.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 153 | 179 | 0.97 | 0.15 | 0 | 0.30 | 189.02 | 0.94 | 0.36 |
| Hex | 6 | 99 | B3 | 61 | F | 0 | 1E | BD | 5E | 24 |
| Octal | 6 | 231 | 263 | 141 | 17 | 0 | 36 | 275 | 136 | 44 |
| Binary | 110 | 10011001 | 10110011 | 1100001 | 1111 | 0 | 11110 | 10111101 | 1011110 | 100100 |
Color Harmonies of #0699B3
Complementary color
Monochromatic Colors of #0699B3
Black with #0699B3
Text Example
Text Example
White with #0699B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0699B3; }
p { color: rgb(6,153,179); }
H1.HeaderClassName
{
color: #0699B3;
}
.AnyTagClassName
{
color: #0699B3;
}
</style>
background-color css
<style>
a { background-color: #0699B3; }
a { background-color: rgb(6,153,179); }
div.DivClassName
{
background-color: #0699B3;
}
.BgClassName
{
background-color: #0699B3;
}
</style>
border-color css
<style>
span { border-color: #0699B3; }
span { border-color: rgb(6,153,179); }
td.TdClassName
{
border-color: #0699B3;
}
.TagClassName
{
border-color: #0699B3;
}
</style>