Shades of Bondi Blue #0682C2
Tints of Bondi Blue #0682C2
RGB
CMYK
RGB Variations
Color information
#0682C2 (or 0x0682C2) is known color: Bondi Blue. HEX triplet: 06, 82 and C2. RGB value is (6,130,194). Sum of RGB (Red+Green+Blue) = 6+130+194=330 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.82% from 330); Green value is 130 (51.17% from 255 or 39.39% from 330); Blue value is 194 (76.17% from 255 or 58.79% from 330); Max value from RGB is 194 - color contains mainly: blue. Hex color #0682C2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0682C2 is #F97D3D. Grayscale: #636363. Windows color (decimal): -16350526 or 12747270. OLE color: 12747270.
HSL color Cylindrical-coordinate representation of color #0682C2: hue angle of 200.43º 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 #0682C2 is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 6 | 130 | 194 | - |
| CMYK | 0.97 | 0.33 | 0 | 0.24 |
| HSL | 200.43º | 0.94% | 0.39% | - |
| HSV(B) | 200.43º | 0.97% | 0.76% | - |
| XYZ | 17.8 | 19.9 | 53.94 | - |
| YUV | 100.22 | 180.92 | 60.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 130 | 194 | 0.97 | 0.33 | 0 | 0.24 | 200.43 | 0.94 | 0.39 |
| Hex | 6 | 82 | C2 | 61 | 21 | 0 | 18 | C8 | 5E | 27 |
| Octal | 6 | 202 | 302 | 141 | 41 | 0 | 30 | 310 | 136 | 47 |
| Binary | 110 | 10000010 | 11000010 | 1100001 | 100001 | 0 | 11000 | 11001000 | 1011110 | 100111 |
Color Harmonies of #0682C2
Complementary color
Monochromatic Colors of #0682C2
Black with #0682C2
Text Example
Text Example
White with #0682C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0682C2; }
p { color: rgb(6,130,194); }
H1.HeaderClassName
{
color: #0682C2;
}
.AnyTagClassName
{
color: #0682C2;
}
</style>
background-color css
<style>
a { background-color: #0682C2; }
a { background-color: rgb(6,130,194); }
div.DivClassName
{
background-color: #0682C2;
}
.BgClassName
{
background-color: #0682C2;
}
</style>
border-color css
<style>
span { border-color: #0682C2; }
span { border-color: rgb(6,130,194); }
td.TdClassName
{
border-color: #0682C2;
}
.TagClassName
{
border-color: #0682C2;
}
</style>