Shades of Pacific Blue #0687DC
Tints of Pacific Blue #0687DC
RGB
CMYK
RGB Variations
Color information
#0687DC (or 0x0687DC) is known color: Pacific Blue. HEX triplet: 06, 87 and DC. RGB value is (6,135,220). Sum of RGB (Red+Green+Blue) = 6+135+220=361 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.66% from 361); Green value is 135 (53.12% from 255 or 37.40% from 361); Blue value is 220 (86.33% from 255 or 60.94% from 361); Max value from RGB is 220 - color contains mainly: blue. Hex color #0687DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0687DC is #F97823. Grayscale: #696969. Windows color (decimal): -16349220 or 14452486. OLE color: 14452486.
HSL color Cylindrical-coordinate representation of color #0687DC: hue angle of 203.83º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0687DC is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 135 | 220 | - |
| CMYK | 0.97 | 0.39 | 0 | 0.14 |
| HSL | 203.83º | 0.95% | 0.44% | - |
| HSV(B) | 203.83º | 0.97% | 0.86% | - |
| XYZ | 21.66 | 22.53 | 70.92 | - |
| YUV | 106.12 | 192.26 | 56.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 135 | 220 | 0.97 | 0.39 | 0 | 0.14 | 203.83 | 0.95 | 0.44 |
| Hex | 6 | 87 | DC | 61 | 27 | 0 | E | CC | 5F | 2C |
| Octal | 6 | 207 | 334 | 141 | 47 | 0 | 16 | 314 | 137 | 54 |
| Binary | 110 | 10000111 | 11011100 | 1100001 | 100111 | 0 | 1110 | 11001100 | 1011111 | 101100 |
Color Harmonies of #0687DC
Complementary color
Monochromatic Colors of #0687DC
Black with #0687DC
Text Example
Text Example
White with #0687DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0687DC; }
p { color: rgb(6,135,220); }
H1.HeaderClassName
{
color: #0687DC;
}
.AnyTagClassName
{
color: #0687DC;
}
</style>
background-color css
<style>
a { background-color: #0687DC; }
a { background-color: rgb(6,135,220); }
div.DivClassName
{
background-color: #0687DC;
}
.BgClassName
{
background-color: #0687DC;
}
</style>
border-color css
<style>
span { border-color: #0687DC; }
span { border-color: rgb(6,135,220); }
td.TdClassName
{
border-color: #0687DC;
}
.TagClassName
{
border-color: #0687DC;
}
</style>