Shades of Bondi Blue #0682BE
Tints of Bondi Blue #0682BE
RGB
CMYK
RGB Variations
Color information
#0682BE (or 0x0682BE) is known color: Bondi Blue. HEX triplet: 06, 82 and BE. RGB value is (6,130,190). Sum of RGB (Red+Green+Blue) = 6+130+190=326 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.84% from 326); Green value is 130 (51.17% from 255 or 39.88% from 326); Blue value is 190 (74.61% from 255 or 58.28% from 326); Max value from RGB is 190 - color contains mainly: blue. Hex color #0682BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0682BE is #F97D41. Grayscale: #636363. Windows color (decimal): -16350530 or 12485126. OLE color: 12485126.
HSL color Cylindrical-coordinate representation of color #0682BE: hue angle of 199.57º 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 #0682BE is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 6 | 130 | 190 | - |
| CMYK | 0.97 | 0.32 | 0 | 0.25 |
| HSL | 199.57º | 0.94% | 0.38% | - |
| HSV(B) | 199.57º | 0.97% | 0.75% | - |
| XYZ | 17.35 | 19.72 | 51.61 | - |
| YUV | 99.76 | 178.92 | 61.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 130 | 190 | 0.97 | 0.32 | 0 | 0.25 | 199.57 | 0.94 | 0.38 |
| Hex | 6 | 82 | BE | 61 | 20 | 0 | 19 | C8 | 5E | 26 |
| Octal | 6 | 202 | 276 | 141 | 40 | 0 | 31 | 310 | 136 | 46 |
| Binary | 110 | 10000010 | 10111110 | 1100001 | 100000 | 0 | 11001 | 11001000 | 1011110 | 100110 |
Color Harmonies of #0682BE
Complementary color
Monochromatic Colors of #0682BE
Black with #0682BE
Text Example
Text Example
White with #0682BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0682BE; }
p { color: rgb(6,130,190); }
H1.HeaderClassName
{
color: #0682BE;
}
.AnyTagClassName
{
color: #0682BE;
}
</style>
background-color css
<style>
a { background-color: #0682BE; }
a { background-color: rgb(6,130,190); }
div.DivClassName
{
background-color: #0682BE;
}
.BgClassName
{
background-color: #0682BE;
}
</style>
border-color css
<style>
span { border-color: #0682BE; }
span { border-color: rgb(6,130,190); }
td.TdClassName
{
border-color: #0682BE;
}
.TagClassName
{
border-color: #0682BE;
}
</style>