Shades of Bondi Blue #068AB1
Tints of Bondi Blue #068AB1
RGB
CMYK
RGB Variations
Color information
#068AB1 (or 0x068AB1) is known color: Bondi Blue. HEX triplet: 06, 8A and B1. RGB value is (6,138,177). Sum of RGB (Red+Green+Blue) = 6+138+177=321 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.87% from 321); Green value is 138 (54.30% from 255 or 42.99% from 321); Blue value is 177 (69.53% from 255 or 55.14% from 321); Max value from RGB is 177 - color contains mainly: blue. Hex color #068AB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068AB1 is #F9754E. Grayscale: #666666. Windows color (decimal): -16348495 or 11635206. OLE color: 11635206.
HSL color Cylindrical-coordinate representation of color #068AB1: hue angle of 193.68º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #068AB1 is Cyan = 0.97, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 6 | 138 | 177 | - |
| CMYK | 0.97 | 0.22 | 0 | 0.31 |
| HSL | 193.68º | 0.93% | 0.36% | - |
| HSV(B) | 193.68º | 0.97% | 0.69% | - |
| XYZ | 17.1 | 21.39 | 44.82 | - |
| YUV | 102.98 | 169.77 | 58.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 138 | 177 | 0.97 | 0.22 | 0 | 0.31 | 193.68 | 0.93 | 0.36 |
| Hex | 6 | 8A | B1 | 61 | 16 | 0 | 1F | C2 | 5D | 24 |
| Octal | 6 | 212 | 261 | 141 | 26 | 0 | 37 | 302 | 135 | 44 |
| Binary | 110 | 10001010 | 10110001 | 1100001 | 10110 | 0 | 11111 | 11000010 | 1011101 | 100100 |
Color Harmonies of #068AB1
Complementary color
Monochromatic Colors of #068AB1
Black with #068AB1
Text Example
Text Example
White with #068AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068AB1; }
p { color: rgb(6,138,177); }
H1.HeaderClassName
{
color: #068AB1;
}
.AnyTagClassName
{
color: #068AB1;
}
</style>
background-color css
<style>
a { background-color: #068AB1; }
a { background-color: rgb(6,138,177); }
div.DivClassName
{
background-color: #068AB1;
}
.BgClassName
{
background-color: #068AB1;
}
</style>
border-color css
<style>
span { border-color: #068AB1; }
span { border-color: rgb(6,138,177); }
td.TdClassName
{
border-color: #068AB1;
}
.TagClassName
{
border-color: #068AB1;
}
</style>