Shades of Bondi Blue #0684C6
Tints of Bondi Blue #0684C6
RGB
CMYK
RGB Variations
Color information
#0684C6 (or 0x0684C6) is known color: Bondi Blue. HEX triplet: 06, 84 and C6. RGB value is (6,132,198). Sum of RGB (Red+Green+Blue) = 6+132+198=336 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.79% from 336); Green value is 132 (51.95% from 255 or 39.29% from 336); Blue value is 198 (77.73% from 255 or 58.93% from 336); Max value from RGB is 198 - color contains mainly: blue. Hex color #0684C6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0684C6 is #F97B39. Grayscale: #656565. Windows color (decimal): -16350010 or 13009926. OLE color: 13009926.
HSL color Cylindrical-coordinate representation of color #0684C6: hue angle of 200.62º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0684C6 is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 6 | 132 | 198 | - |
| CMYK | 0.97 | 0.33 | 0 | 0.22 |
| HSL | 200.63º | 0.94% | 0.4% | - |
| HSV(B) | 200.63º | 0.97% | 0.78% | - |
| XYZ | 18.52 | 20.62 | 56.43 | - |
| YUV | 101.85 | 182.26 | 59.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 132 | 198 | 0.97 | 0.33 | 0 | 0.22 | 200.63 | 0.94 | 0.4 |
| Hex | 6 | 84 | C6 | 61 | 21 | 0 | 16 | C9 | 5E | 28 |
| Octal | 6 | 204 | 306 | 141 | 41 | 0 | 26 | 311 | 136 | 50 |
| Binary | 110 | 10000100 | 11000110 | 1100001 | 100001 | 0 | 10110 | 11001001 | 1011110 | 101000 |
Color Harmonies of #0684C6
Complementary color
Monochromatic Colors of #0684C6
Black with #0684C6
Text Example
Text Example
White with #0684C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0684C6; }
p { color: rgb(6,132,198); }
H1.HeaderClassName
{
color: #0684C6;
}
.AnyTagClassName
{
color: #0684C6;
}
</style>
background-color css
<style>
a { background-color: #0684C6; }
a { background-color: rgb(6,132,198); }
div.DivClassName
{
background-color: #0684C6;
}
.BgClassName
{
background-color: #0684C6;
}
</style>
border-color css
<style>
span { border-color: #0684C6; }
span { border-color: rgb(6,132,198); }
td.TdClassName
{
border-color: #0684C6;
}
.TagClassName
{
border-color: #0684C6;
}
</style>