Shades of Bondi Blue #0685B6
Tints of Bondi Blue #0685B6
RGB
CMYK
RGB Variations
Color information
#0685B6 (or 0x0685B6) is known color: Bondi Blue. HEX triplet: 06, 85 and B6. RGB value is (6,133,182). Sum of RGB (Red+Green+Blue) = 6+133+182=321 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.87% from 321); Green value is 133 (52.34% from 255 or 41.43% from 321); Blue value is 182 (71.48% from 255 or 56.70% from 321); Max value from RGB is 182 - color contains mainly: blue. Hex color #0685B6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0685B6 is #F97A49. Grayscale: #646464. Windows color (decimal): -16349770 or 11961606. OLE color: 11961606.
HSL color Cylindrical-coordinate representation of color #0685B6: hue angle of 196.7º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0685B6 is Cyan = 0.97, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 6 | 133 | 182 | - |
| CMYK | 0.97 | 0.27 | 0 | 0.29 |
| HSL | 196.7º | 0.94% | 0.37% | - |
| HSV(B) | 196.7º | 0.97% | 0.71% | - |
| XYZ | 16.91 | 20.19 | 47.26 | - |
| YUV | 100.61 | 173.92 | 60.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 133 | 182 | 0.97 | 0.27 | 0 | 0.29 | 196.7 | 0.94 | 0.37 |
| Hex | 6 | 85 | B6 | 61 | 1B | 0 | 1D | C5 | 5E | 25 |
| Octal | 6 | 205 | 266 | 141 | 33 | 0 | 35 | 305 | 136 | 45 |
| Binary | 110 | 10000101 | 10110110 | 1100001 | 11011 | 0 | 11101 | 11000101 | 1011110 | 100101 |
Color Harmonies of #0685B6
Complementary color
Monochromatic Colors of #0685B6
Black with #0685B6
Text Example
Text Example
White with #0685B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0685B6; }
p { color: rgb(6,133,182); }
H1.HeaderClassName
{
color: #0685B6;
}
.AnyTagClassName
{
color: #0685B6;
}
</style>
background-color css
<style>
a { background-color: #0685B6; }
a { background-color: rgb(6,133,182); }
div.DivClassName
{
background-color: #0685B6;
}
.BgClassName
{
background-color: #0685B6;
}
</style>
border-color css
<style>
span { border-color: #0685B6; }
span { border-color: rgb(6,133,182); }
td.TdClassName
{
border-color: #0685B6;
}
.TagClassName
{
border-color: #0685B6;
}
</style>