Shades of Pacific Blue #0688DB
Tints of Pacific Blue #0688DB
RGB
CMYK
RGB Variations
Color information
#0688DB (or 0x0688DB) is known color: Pacific Blue. HEX triplet: 06, 88 and DB. RGB value is (6,136,219). Sum of RGB (Red+Green+Blue) = 6+136+219=361 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.66% from 361); Green value is 136 (53.52% from 255 or 37.67% from 361); Blue value is 219 (85.94% from 255 or 60.66% from 361); Max value from RGB is 219 - color contains mainly: blue. Hex color #0688DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0688DB is #F97724. Grayscale: #6A6A6A. Windows color (decimal): -16348965 or 14387206. OLE color: 14387206.
HSL color Cylindrical-coordinate representation of color #0688DB: hue angle of 203.38º 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 #0688DB is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 136 | 219 | - |
| CMYK | 0.97 | 0.38 | 0 | 0.14 |
| HSL | 203.38º | 0.95% | 0.44% | - |
| HSV(B) | 203.38º | 0.97% | 0.86% | - |
| XYZ | 21.67 | 22.76 | 70.27 | - |
| YUV | 106.59 | 191.43 | 56.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 136 | 219 | 0.97 | 0.38 | 0 | 0.14 | 203.38 | 0.95 | 0.44 |
| Hex | 6 | 88 | DB | 61 | 26 | 0 | E | CB | 5F | 2C |
| Octal | 6 | 210 | 333 | 141 | 46 | 0 | 16 | 313 | 137 | 54 |
| Binary | 110 | 10001000 | 11011011 | 1100001 | 100110 | 0 | 1110 | 11001011 | 1011111 | 101100 |
Color Harmonies of #0688DB
Complementary color
Monochromatic Colors of #0688DB
Black with #0688DB
Text Example
Text Example
White with #0688DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0688DB; }
p { color: rgb(6,136,219); }
H1.HeaderClassName
{
color: #0688DB;
}
.AnyTagClassName
{
color: #0688DB;
}
</style>
background-color css
<style>
a { background-color: #0688DB; }
a { background-color: rgb(6,136,219); }
div.DivClassName
{
background-color: #0688DB;
}
.BgClassName
{
background-color: #0688DB;
}
</style>
border-color css
<style>
span { border-color: #0688DB; }
span { border-color: rgb(6,136,219); }
td.TdClassName
{
border-color: #0688DB;
}
.TagClassName
{
border-color: #0688DB;
}
</style>