Shades of Pacific Blue #0689DC
Tints of Pacific Blue #0689DC
RGB
CMYK
RGB Variations
Color information
#0689DC (or 0x0689DC) is known color: Pacific Blue. HEX triplet: 06, 89 and DC. RGB value is (6,137,220). Sum of RGB (Red+Green+Blue) = 6+137+220=363 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.65% from 363); Green value is 137 (53.91% from 255 or 37.74% from 363); Blue value is 220 (86.33% from 255 or 60.61% from 363); Max value from RGB is 220 - color contains mainly: blue. Hex color #0689DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0689DC is #F97623. Grayscale: #6A6A6A. Windows color (decimal): -16348708 or 14452998. OLE color: 14452998.
HSL color Cylindrical-coordinate representation of color #0689DC: hue angle of 203.27º 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 #0689DC is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 137 | 220 | - |
| CMYK | 0.97 | 0.38 | 0 | 0.14 |
| HSL | 203.27º | 0.95% | 0.44% | - |
| HSV(B) | 203.27º | 0.97% | 0.86% | - |
| XYZ | 21.94 | 23.1 | 71.01 | - |
| YUV | 107.29 | 191.6 | 55.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 137 | 220 | 0.97 | 0.38 | 0 | 0.14 | 203.27 | 0.95 | 0.44 |
| Hex | 6 | 89 | DC | 61 | 26 | 0 | E | CB | 5F | 2C |
| Octal | 6 | 211 | 334 | 141 | 46 | 0 | 16 | 313 | 137 | 54 |
| Binary | 110 | 10001001 | 11011100 | 1100001 | 100110 | 0 | 1110 | 11001011 | 1011111 | 101100 |
Color Harmonies of #0689DC
Complementary color
Monochromatic Colors of #0689DC
Black with #0689DC
Text Example
Text Example
White with #0689DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0689DC; }
p { color: rgb(6,137,220); }
H1.HeaderClassName
{
color: #0689DC;
}
.AnyTagClassName
{
color: #0689DC;
}
</style>
background-color css
<style>
a { background-color: #0689DC; }
a { background-color: rgb(6,137,220); }
div.DivClassName
{
background-color: #0689DC;
}
.BgClassName
{
background-color: #0689DC;
}
</style>
border-color css
<style>
span { border-color: #0689DC; }
span { border-color: rgb(6,137,220); }
td.TdClassName
{
border-color: #0689DC;
}
.TagClassName
{
border-color: #0689DC;
}
</style>