Shades of Cerulean #0680BB
Tints of Cerulean #0680BB
RGB
CMYK
RGB Variations
Color information
#0680BB (or 0x0680BB) is known color: Cerulean. HEX triplet: 06, 80 and BB. RGB value is (6,128,187). Sum of RGB (Red+Green+Blue) = 6+128+187=321 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.87% from 321); Green value is 128 (50.39% from 255 or 39.88% from 321); Blue value is 187 (73.44% from 255 or 58.26% from 321); Max value from RGB is 187 - color contains mainly: blue. Hex color #0680BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0680BB is #F97F44. Grayscale: #616161. Windows color (decimal): -16351045 or 12288006. OLE color: 12288006.
HSL color Cylindrical-coordinate representation of color #0680BB: hue angle of 199.56º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0680BB is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 6 | 128 | 187 | - |
| CMYK | 0.97 | 0.32 | 0 | 0.27 |
| HSL | 199.56º | 0.94% | 0.38% | - |
| HSV(B) | 199.56º | 0.97% | 0.73% | - |
| XYZ | 16.76 | 19.06 | 49.81 | - |
| YUV | 98.25 | 178.08 | 62.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 128 | 187 | 0.97 | 0.32 | 0 | 0.27 | 199.56 | 0.94 | 0.38 |
| Hex | 6 | 80 | BB | 61 | 20 | 0 | 1B | C8 | 5E | 26 |
| Octal | 6 | 200 | 273 | 141 | 40 | 0 | 33 | 310 | 136 | 46 |
| Binary | 110 | 10000000 | 10111011 | 1100001 | 100000 | 0 | 11011 | 11001000 | 1011110 | 100110 |
Color Harmonies of #0680BB
Complementary color
Monochromatic Colors of #0680BB
Black with #0680BB
Text Example
Text Example
White with #0680BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0680BB; }
p { color: rgb(6,128,187); }
H1.HeaderClassName
{
color: #0680BB;
}
.AnyTagClassName
{
color: #0680BB;
}
</style>
background-color css
<style>
a { background-color: #0680BB; }
a { background-color: rgb(6,128,187); }
div.DivClassName
{
background-color: #0680BB;
}
.BgClassName
{
background-color: #0680BB;
}
</style>
border-color css
<style>
span { border-color: #0680BB; }
span { border-color: rgb(6,128,187); }
td.TdClassName
{
border-color: #0680BB;
}
.TagClassName
{
border-color: #0680BB;
}
</style>