Shades of Bondi Blue #068CBD
Tints of Bondi Blue #068CBD
RGB
CMYK
RGB Variations
Color information
#068CBD (or 0x068CBD) is known color: Bondi Blue. HEX triplet: 06, 8C and BD. RGB value is (6,140,189). Sum of RGB (Red+Green+Blue) = 6+140+189=335 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.79% from 335); Green value is 140 (55.08% from 255 or 41.79% from 335); Blue value is 189 (74.22% from 255 or 56.42% from 335); Max value from RGB is 189 - color contains mainly: blue. Hex color #068CBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #068CBD is #F97342. Grayscale: #696969. Windows color (decimal): -16347971 or 12422150. OLE color: 12422150.
HSL color Cylindrical-coordinate representation of color #068CBD: hue angle of 196.07º 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 #068CBD is Cyan = 0.97, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 6 | 140 | 189 | - |
| CMYK | 0.97 | 0.26 | 0 | 0.26 |
| HSL | 196.07º | 0.94% | 0.38% | - |
| HSV(B) | 196.07º | 0.97% | 0.74% | - |
| XYZ | 18.64 | 22.47 | 51.5 | - |
| YUV | 105.52 | 175.11 | 57.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 140 | 189 | 0.97 | 0.26 | 0 | 0.26 | 196.07 | 0.94 | 0.38 |
| Hex | 6 | 8C | BD | 61 | 1A | 0 | 1A | C4 | 5E | 26 |
| Octal | 6 | 214 | 275 | 141 | 32 | 0 | 32 | 304 | 136 | 46 |
| Binary | 110 | 10001100 | 10111101 | 1100001 | 11010 | 0 | 11010 | 11000100 | 1011110 | 100110 |
Color Harmonies of #068CBD
Complementary color
Monochromatic Colors of #068CBD
Black with #068CBD
Text Example
Text Example
White with #068CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068CBD; }
p { color: rgb(6,140,189); }
H1.HeaderClassName
{
color: #068CBD;
}
.AnyTagClassName
{
color: #068CBD;
}
</style>
background-color css
<style>
a { background-color: #068CBD; }
a { background-color: rgb(6,140,189); }
div.DivClassName
{
background-color: #068CBD;
}
.BgClassName
{
background-color: #068CBD;
}
</style>
border-color css
<style>
span { border-color: #068CBD; }
span { border-color: rgb(6,140,189); }
td.TdClassName
{
border-color: #068CBD;
}
.TagClassName
{
border-color: #068CBD;
}
</style>