Shades of Pacific Blue #0689DB
Tints of Pacific Blue #0689DB
RGB
CMYK
RGB Variations
Color information
#0689DB (or 0x0689DB) is known color: Pacific Blue. HEX triplet: 06, 89 and DB. RGB value is (6,137,219). Sum of RGB (Red+Green+Blue) = 6+137+219=362 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.66% from 362); Green value is 137 (53.91% from 255 or 37.85% from 362); Blue value is 219 (85.94% from 255 or 60.50% from 362); Max value from RGB is 219 - color contains mainly: blue. Hex color #0689DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0689DB is #F97624. Grayscale: #6A6A6A. Windows color (decimal): -16348709 or 14387462. OLE color: 14387462.
HSL color Cylindrical-coordinate representation of color #0689DB: hue angle of 203.1º 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 #0689DB is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 137 | 219 | - |
| CMYK | 0.97 | 0.37 | 0 | 0.14 |
| HSL | 203.1º | 0.95% | 0.44% | - |
| HSV(B) | 203.1º | 0.97% | 0.86% | - |
| XYZ | 21.81 | 23.04 | 70.32 | - |
| YUV | 107.18 | 191.1 | 55.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 137 | 219 | 0.97 | 0.37 | 0 | 0.14 | 203.1 | 0.95 | 0.44 |
| Hex | 6 | 89 | DB | 61 | 25 | 0 | E | CB | 5F | 2C |
| Octal | 6 | 211 | 333 | 141 | 45 | 0 | 16 | 313 | 137 | 54 |
| Binary | 110 | 10001001 | 11011011 | 1100001 | 100101 | 0 | 1110 | 11001011 | 1011111 | 101100 |
Color Harmonies of #0689DB
Complementary color
Monochromatic Colors of #0689DB
Black with #0689DB
Text Example
Text Example
White with #0689DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0689DB; }
p { color: rgb(6,137,219); }
H1.HeaderClassName
{
color: #0689DB;
}
.AnyTagClassName
{
color: #0689DB;
}
</style>
background-color css
<style>
a { background-color: #0689DB; }
a { background-color: rgb(6,137,219); }
div.DivClassName
{
background-color: #0689DB;
}
.BgClassName
{
background-color: #0689DB;
}
</style>
border-color css
<style>
span { border-color: #0689DB; }
span { border-color: rgb(6,137,219); }
td.TdClassName
{
border-color: #0689DB;
}
.TagClassName
{
border-color: #0689DB;
}
</style>