Shades of Pacific Blue #0697DB
Tints of Pacific Blue #0697DB
RGB
CMYK
RGB Variations
Color information
#0697DB (or 0x0697DB) is known color: Pacific Blue. HEX triplet: 06, 97 and DB. RGB value is (6,151,219). Sum of RGB (Red+Green+Blue) = 6+151+219=376 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.60% from 376); Green value is 151 (59.38% from 255 or 40.16% from 376); Blue value is 219 (85.94% from 255 or 58.24% from 376); Max value from RGB is 219 - color contains mainly: blue. Hex color #0697DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0697DB is #F96824. Grayscale: #727272. Windows color (decimal): -16345125 or 14391046. OLE color: 14391046.
HSL color Cylindrical-coordinate representation of color #0697DB: hue angle of 199.15º 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 #0697DB is Cyan = 0.97, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 151 | 219 | - |
| CMYK | 0.97 | 0.31 | 0 | 0.14 |
| HSL | 199.15º | 0.95% | 0.44% | - |
| HSV(B) | 199.15º | 0.97% | 0.86% | - |
| XYZ | 23.93 | 27.29 | 71.02 | - |
| YUV | 115.4 | 186.46 | 49.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 151 | 219 | 0.97 | 0.31 | 0 | 0.14 | 199.15 | 0.95 | 0.44 |
| Hex | 6 | 97 | DB | 61 | 1F | 0 | E | C7 | 5F | 2C |
| Octal | 6 | 227 | 333 | 141 | 37 | 0 | 16 | 307 | 137 | 54 |
| Binary | 110 | 10010111 | 11011011 | 1100001 | 11111 | 0 | 1110 | 11000111 | 1011111 | 101100 |
Color Harmonies of #0697DB
Complementary color
Monochromatic Colors of #0697DB
Black with #0697DB
Text Example
Text Example
White with #0697DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0697DB; }
p { color: rgb(6,151,219); }
H1.HeaderClassName
{
color: #0697DB;
}
.AnyTagClassName
{
color: #0697DB;
}
</style>
background-color css
<style>
a { background-color: #0697DB; }
a { background-color: rgb(6,151,219); }
div.DivClassName
{
background-color: #0697DB;
}
.BgClassName
{
background-color: #0697DB;
}
</style>
border-color css
<style>
span { border-color: #0697DB; }
span { border-color: rgb(6,151,219); }
td.TdClassName
{
border-color: #0697DB;
}
.TagClassName
{
border-color: #0697DB;
}
</style>