Shades of Bondi Blue #0684C4
Tints of Bondi Blue #0684C4
RGB
CMYK
RGB Variations
Color information
#0684C4 (or 0x0684C4) is known color: Bondi Blue. HEX triplet: 06, 84 and C4. RGB value is (6,132,196). Sum of RGB (Red+Green+Blue) = 6+132+196=334 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.80% from 334); Green value is 132 (51.95% from 255 or 39.52% from 334); Blue value is 196 (76.95% from 255 or 58.68% from 334); Max value from RGB is 196 - color contains mainly: blue. Hex color #0684C4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0684C4 is #F97B3B. Grayscale: #656565. Windows color (decimal): -16350012 or 12878854. OLE color: 12878854.
HSL color Cylindrical-coordinate representation of color #0684C4: hue angle of 200.21º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0684C4 is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 6 | 132 | 196 | - |
| CMYK | 0.97 | 0.33 | 0 | 0.23 |
| HSL | 200.21º | 0.94% | 0.4% | - |
| HSV(B) | 200.21º | 0.97% | 0.77% | - |
| XYZ | 18.29 | 20.53 | 55.22 | - |
| YUV | 101.62 | 181.26 | 59.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 132 | 196 | 0.97 | 0.33 | 0 | 0.23 | 200.21 | 0.94 | 0.4 |
| Hex | 6 | 84 | C4 | 61 | 21 | 0 | 17 | C8 | 5E | 28 |
| Octal | 6 | 204 | 304 | 141 | 41 | 0 | 27 | 310 | 136 | 50 |
| Binary | 110 | 10000100 | 11000100 | 1100001 | 100001 | 0 | 10111 | 11001000 | 1011110 | 101000 |
Color Harmonies of #0684C4
Complementary color
Monochromatic Colors of #0684C4
Black with #0684C4
Text Example
Text Example
White with #0684C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0684C4; }
p { color: rgb(6,132,196); }
H1.HeaderClassName
{
color: #0684C4;
}
.AnyTagClassName
{
color: #0684C4;
}
</style>
background-color css
<style>
a { background-color: #0684C4; }
a { background-color: rgb(6,132,196); }
div.DivClassName
{
background-color: #0684C4;
}
.BgClassName
{
background-color: #0684C4;
}
</style>
border-color css
<style>
span { border-color: #0684C4; }
span { border-color: rgb(6,132,196); }
td.TdClassName
{
border-color: #0684C4;
}
.TagClassName
{
border-color: #0684C4;
}
</style>