Shades of Pacific Blue #0698DB
Tints of Pacific Blue #0698DB
RGB
CMYK
RGB Variations
Color information
#0698DB (or 0x0698DB) is known color: Pacific Blue. HEX triplet: 06, 98 and DB. RGB value is (6,152,219). Sum of RGB (Red+Green+Blue) = 6+152+219=377 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.59% from 377); Green value is 152 (59.77% from 255 or 40.32% from 377); Blue value is 219 (85.94% from 255 or 58.09% from 377); Max value from RGB is 219 - color contains mainly: blue. Hex color #0698DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0698DB is #F96724. Grayscale: #737373. Windows color (decimal): -16344869 or 14391302. OLE color: 14391302.
HSL color Cylindrical-coordinate representation of color #0698DB: hue angle of 198.87º 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 #0698DB is Cyan = 0.97, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 152 | 219 | - |
| CMYK | 0.97 | 0.31 | 0 | 0.14 |
| HSL | 198.87º | 0.95% | 0.44% | - |
| HSV(B) | 198.87º | 0.97% | 0.86% | - |
| XYZ | 24.09 | 27.61 | 71.08 | - |
| YUV | 115.98 | 186.13 | 49.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 152 | 219 | 0.97 | 0.31 | 0 | 0.14 | 198.87 | 0.95 | 0.44 |
| Hex | 6 | 98 | DB | 61 | 1F | 0 | E | C7 | 5F | 2C |
| Octal | 6 | 230 | 333 | 141 | 37 | 0 | 16 | 307 | 137 | 54 |
| Binary | 110 | 10011000 | 11011011 | 1100001 | 11111 | 0 | 1110 | 11000111 | 1011111 | 101100 |
Color Harmonies of #0698DB
Complementary color
Monochromatic Colors of #0698DB
Black with #0698DB
Text Example
Text Example
White with #0698DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0698DB; }
p { color: rgb(6,152,219); }
H1.HeaderClassName
{
color: #0698DB;
}
.AnyTagClassName
{
color: #0698DB;
}
</style>
background-color css
<style>
a { background-color: #0698DB; }
a { background-color: rgb(6,152,219); }
div.DivClassName
{
background-color: #0698DB;
}
.BgClassName
{
background-color: #0698DB;
}
</style>
border-color css
<style>
span { border-color: #0698DB; }
span { border-color: rgb(6,152,219); }
td.TdClassName
{
border-color: #0698DB;
}
.TagClassName
{
border-color: #0698DB;
}
</style>