Shades of Cerulean #0684B1
Tints of Cerulean #0684B1
RGB
CMYK
RGB Variations
Color information
#0684B1 (or 0x0684B1) is known color: Cerulean. HEX triplet: 06, 84 and B1. RGB value is (6,132,177). Sum of RGB (Red+Green+Blue) = 6+132+177=315 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.90% from 315); Green value is 132 (51.95% from 255 or 41.90% from 315); Blue value is 177 (69.53% from 255 or 56.19% from 315); Max value from RGB is 177 - color contains mainly: blue. Hex color #0684B1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0684B1 is #F97B4E. Grayscale: #636363. Windows color (decimal): -16350031 or 11633670. OLE color: 11633670.
HSL color Cylindrical-coordinate representation of color #0684B1: hue angle of 195.79º 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 #0684B1 is Cyan = 0.97, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 6 | 132 | 177 | - |
| CMYK | 0.97 | 0.25 | 0 | 0.31 |
| HSL | 195.79º | 0.93% | 0.36% | - |
| HSV(B) | 195.79º | 0.97% | 0.69% | - |
| XYZ | 16.26 | 19.72 | 44.54 | - |
| YUV | 99.46 | 171.76 | 61.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 132 | 177 | 0.97 | 0.25 | 0 | 0.31 | 195.79 | 0.93 | 0.36 |
| Hex | 6 | 84 | B1 | 61 | 19 | 0 | 1F | C4 | 5D | 24 |
| Octal | 6 | 204 | 261 | 141 | 31 | 0 | 37 | 304 | 135 | 44 |
| Binary | 110 | 10000100 | 10110001 | 1100001 | 11001 | 0 | 11111 | 11000100 | 1011101 | 100100 |
Color Harmonies of #0684B1
Complementary color
Monochromatic Colors of #0684B1
Black with #0684B1
Text Example
Text Example
White with #0684B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0684B1; }
p { color: rgb(6,132,177); }
H1.HeaderClassName
{
color: #0684B1;
}
.AnyTagClassName
{
color: #0684B1;
}
</style>
background-color css
<style>
a { background-color: #0684B1; }
a { background-color: rgb(6,132,177); }
div.DivClassName
{
background-color: #0684B1;
}
.BgClassName
{
background-color: #0684B1;
}
</style>
border-color css
<style>
span { border-color: #0684B1; }
span { border-color: rgb(6,132,177); }
td.TdClassName
{
border-color: #0684B1;
}
.TagClassName
{
border-color: #0684B1;
}
</style>