Shades of Pacific Blue #0687DD
Tints of Pacific Blue #0687DD
RGB
CMYK
RGB Variations
Color information
#0687DD (or 0x0687DD) is known color: Pacific Blue. HEX triplet: 06, 87 and DD. RGB value is (6,135,221). Sum of RGB (Red+Green+Blue) = 6+135+221=362 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.66% from 362); Green value is 135 (53.12% from 255 or 37.29% from 362); Blue value is 221 (86.72% from 255 or 61.05% from 362); Max value from RGB is 221 - color contains mainly: blue. Hex color #0687DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0687DD is #F97822. Grayscale: #696969. Windows color (decimal): -16349219 or 14518022. OLE color: 14518022.
HSL color Cylindrical-coordinate representation of color #0687DD: hue angle of 204º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0687DD is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 135 | 221 | - |
| CMYK | 0.97 | 0.39 | 0 | 0.13 |
| HSL | 204º | 0.95% | 0.45% | - |
| HSV(B) | 204º | 0.97% | 0.87% | - |
| XYZ | 21.79 | 22.59 | 71.62 | - |
| YUV | 106.23 | 192.76 | 56.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 135 | 221 | 0.97 | 0.39 | 0 | 0.13 | 204 | 0.95 | 0.45 |
| Hex | 6 | 87 | DD | 61 | 27 | 0 | D | CC | 5F | 2D |
| Octal | 6 | 207 | 335 | 141 | 47 | 0 | 15 | 314 | 137 | 55 |
| Binary | 110 | 10000111 | 11011101 | 1100001 | 100111 | 0 | 1101 | 11001100 | 1011111 | 101101 |
Color Harmonies of #0687DD
Complementary color
Monochromatic Colors of #0687DD
Black with #0687DD
Text Example
Text Example
White with #0687DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0687DD; }
p { color: rgb(6,135,221); }
H1.HeaderClassName
{
color: #0687DD;
}
.AnyTagClassName
{
color: #0687DD;
}
</style>
background-color css
<style>
a { background-color: #0687DD; }
a { background-color: rgb(6,135,221); }
div.DivClassName
{
background-color: #0687DD;
}
.BgClassName
{
background-color: #0687DD;
}
</style>
border-color css
<style>
span { border-color: #0687DD; }
span { border-color: rgb(6,135,221); }
td.TdClassName
{
border-color: #0687DD;
}
.TagClassName
{
border-color: #0687DD;
}
</style>