Shades of Bondi Blue #0684BC
Tints of Bondi Blue #0684BC
RGB
CMYK
RGB Variations
Color information
#0684BC (or 0x0684BC) is known color: Bondi Blue. HEX triplet: 06, 84 and BC. RGB value is (6,132,188). Sum of RGB (Red+Green+Blue) = 6+132+188=326 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.84% from 326); Green value is 132 (51.95% from 255 or 40.49% from 326); Blue value is 188 (73.83% from 255 or 57.67% from 326); Max value from RGB is 188 - color contains mainly: blue. Hex color #0684BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0684BC is #F97B43. Grayscale: #646464. Windows color (decimal): -16350020 or 12354566. OLE color: 12354566.
HSL color Cylindrical-coordinate representation of color #0684BC: hue angle of 198.46º 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 #0684BC is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 6 | 132 | 188 | - |
| CMYK | 0.97 | 0.30 | 0 | 0.26 |
| HSL | 198.46º | 0.94% | 0.38% | - |
| HSV(B) | 198.46º | 0.97% | 0.74% | - |
| XYZ | 17.4 | 20.17 | 50.55 | - |
| YUV | 100.71 | 177.26 | 60.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 132 | 188 | 0.97 | 0.30 | 0 | 0.26 | 198.46 | 0.94 | 0.38 |
| Hex | 6 | 84 | BC | 61 | 1E | 0 | 1A | C6 | 5E | 26 |
| Octal | 6 | 204 | 274 | 141 | 36 | 0 | 32 | 306 | 136 | 46 |
| Binary | 110 | 10000100 | 10111100 | 1100001 | 11110 | 0 | 11010 | 11000110 | 1011110 | 100110 |
Color Harmonies of #0684BC
Complementary color
Monochromatic Colors of #0684BC
Black with #0684BC
Text Example
Text Example
White with #0684BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0684BC; }
p { color: rgb(6,132,188); }
H1.HeaderClassName
{
color: #0684BC;
}
.AnyTagClassName
{
color: #0684BC;
}
</style>
background-color css
<style>
a { background-color: #0684BC; }
a { background-color: rgb(6,132,188); }
div.DivClassName
{
background-color: #0684BC;
}
.BgClassName
{
background-color: #0684BC;
}
</style>
border-color css
<style>
span { border-color: #0684BC; }
span { border-color: rgb(6,132,188); }
td.TdClassName
{
border-color: #0684BC;
}
.TagClassName
{
border-color: #0684BC;
}
</style>