Shades of Bondi Blue #0685C3
Tints of Bondi Blue #0685C3
RGB
CMYK
RGB Variations
Color information
#0685C3 (or 0x0685C3) is known color: Bondi Blue. HEX triplet: 06, 85 and C3. RGB value is (6,133,195). Sum of RGB (Red+Green+Blue) = 6+133+195=334 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.80% from 334); Green value is 133 (52.34% from 255 or 39.82% from 334); Blue value is 195 (76.56% from 255 or 58.38% from 334); Max value from RGB is 195 - color contains mainly: blue. Hex color #0685C3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0685C3 is #F97A3C. Grayscale: #656565. Windows color (decimal): -16349757 or 12813574. OLE color: 12813574.
HSL color Cylindrical-coordinate representation of color #0685C3: hue angle of 199.68º 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 #0685C3 is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 6 | 133 | 195 | - |
| CMYK | 0.97 | 0.32 | 0 | 0.24 |
| HSL | 199.68º | 0.94% | 0.39% | - |
| HSV(B) | 199.68º | 0.97% | 0.76% | - |
| XYZ | 18.31 | 20.75 | 54.67 | - |
| YUV | 102.1 | 180.42 | 59.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 133 | 195 | 0.97 | 0.32 | 0 | 0.24 | 199.68 | 0.94 | 0.39 |
| Hex | 6 | 85 | C3 | 61 | 20 | 0 | 18 | C8 | 5E | 27 |
| Octal | 6 | 205 | 303 | 141 | 40 | 0 | 30 | 310 | 136 | 47 |
| Binary | 110 | 10000101 | 11000011 | 1100001 | 100000 | 0 | 11000 | 11001000 | 1011110 | 100111 |
Color Harmonies of #0685C3
Complementary color
Monochromatic Colors of #0685C3
Black with #0685C3
Text Example
Text Example
White with #0685C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0685C3; }
p { color: rgb(6,133,195); }
H1.HeaderClassName
{
color: #0685C3;
}
.AnyTagClassName
{
color: #0685C3;
}
</style>
background-color css
<style>
a { background-color: #0685C3; }
a { background-color: rgb(6,133,195); }
div.DivClassName
{
background-color: #0685C3;
}
.BgClassName
{
background-color: #0685C3;
}
</style>
border-color css
<style>
span { border-color: #0685C3; }
span { border-color: rgb(6,133,195); }
td.TdClassName
{
border-color: #0685C3;
}
.TagClassName
{
border-color: #0685C3;
}
</style>