Shades of Bondi Blue #068CC2
Tints of Bondi Blue #068CC2
RGB
CMYK
RGB Variations
Color information
#068CC2 (or 0x068CC2) is known color: Bondi Blue. HEX triplet: 06, 8C and C2. RGB value is (6,140,194). Sum of RGB (Red+Green+Blue) = 6+140+194=340 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.76% from 340); Green value is 140 (55.08% from 255 or 41.18% from 340); Blue value is 194 (76.17% from 255 or 57.06% from 340); Max value from RGB is 194 - color contains mainly: blue. Hex color #068CC2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #068CC2 is #F9733D. Grayscale: #696969. Windows color (decimal): -16347966 or 12749830. OLE color: 12749830.
HSL color Cylindrical-coordinate representation of color #068CC2: hue angle of 197.23º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #068CC2 is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 6 | 140 | 194 | - |
| CMYK | 0.97 | 0.28 | 0 | 0.24 |
| HSL | 197.23º | 0.94% | 0.39% | - |
| HSV(B) | 197.23º | 0.97% | 0.76% | - |
| XYZ | 19.19 | 22.69 | 54.41 | - |
| YUV | 106.09 | 177.61 | 56.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 140 | 194 | 0.97 | 0.28 | 0 | 0.24 | 197.23 | 0.94 | 0.39 |
| Hex | 6 | 8C | C2 | 61 | 1C | 0 | 18 | C5 | 5E | 27 |
| Octal | 6 | 214 | 302 | 141 | 34 | 0 | 30 | 305 | 136 | 47 |
| Binary | 110 | 10001100 | 11000010 | 1100001 | 11100 | 0 | 11000 | 11000101 | 1011110 | 100111 |
Color Harmonies of #068CC2
Complementary color
Monochromatic Colors of #068CC2
Black with #068CC2
Text Example
Text Example
White with #068CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068CC2; }
p { color: rgb(6,140,194); }
H1.HeaderClassName
{
color: #068CC2;
}
.AnyTagClassName
{
color: #068CC2;
}
</style>
background-color css
<style>
a { background-color: #068CC2; }
a { background-color: rgb(6,140,194); }
div.DivClassName
{
background-color: #068CC2;
}
.BgClassName
{
background-color: #068CC2;
}
</style>
border-color css
<style>
span { border-color: #068CC2; }
span { border-color: rgb(6,140,194); }
td.TdClassName
{
border-color: #068CC2;
}
.TagClassName
{
border-color: #068CC2;
}
</style>