Shades of Bondi Blue #0691BD
Tints of Bondi Blue #0691BD
RGB
CMYK
RGB Variations
Color information
#0691BD (or 0x0691BD) is known color: Bondi Blue. HEX triplet: 06, 91 and BD. RGB value is (6,145,189). Sum of RGB (Red+Green+Blue) = 6+145+189=340 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.76% from 340); Green value is 145 (57.03% from 255 or 42.65% from 340); Blue value is 189 (74.22% from 255 or 55.59% from 340); Max value from RGB is 189 - color contains mainly: blue. Hex color #0691BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0691BD is #F96E42. Grayscale: #6C6C6C. Windows color (decimal): -16346691 or 12423430. OLE color: 12423430.
HSL color Cylindrical-coordinate representation of color #0691BD: hue angle of 194.43º 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 #0691BD is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 6 | 145 | 189 | - |
| CMYK | 0.97 | 0.23 | 0 | 0.26 |
| HSL | 194.43º | 0.94% | 0.38% | - |
| HSV(B) | 194.43º | 0.97% | 0.74% | - |
| XYZ | 19.39 | 23.96 | 51.75 | - |
| YUV | 108.46 | 173.45 | 54.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 145 | 189 | 0.97 | 0.23 | 0 | 0.26 | 194.43 | 0.94 | 0.38 |
| Hex | 6 | 91 | BD | 61 | 17 | 0 | 1A | C2 | 5E | 26 |
| Octal | 6 | 221 | 275 | 141 | 27 | 0 | 32 | 302 | 136 | 46 |
| Binary | 110 | 10010001 | 10111101 | 1100001 | 10111 | 0 | 11010 | 11000010 | 1011110 | 100110 |
Color Harmonies of #0691BD
Complementary color
Monochromatic Colors of #0691BD
Black with #0691BD
Text Example
Text Example
White with #0691BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0691BD; }
p { color: rgb(6,145,189); }
H1.HeaderClassName
{
color: #0691BD;
}
.AnyTagClassName
{
color: #0691BD;
}
</style>
background-color css
<style>
a { background-color: #0691BD; }
a { background-color: rgb(6,145,189); }
div.DivClassName
{
background-color: #0691BD;
}
.BgClassName
{
background-color: #0691BD;
}
</style>
border-color css
<style>
span { border-color: #0691BD; }
span { border-color: rgb(6,145,189); }
td.TdClassName
{
border-color: #0691BD;
}
.TagClassName
{
border-color: #0691BD;
}
</style>