Shades of Pacific Blue #0697CE
Tints of Pacific Blue #0697CE
RGB
CMYK
RGB Variations
Color information
#0697CE (or 0x0697CE) is known color: Pacific Blue. HEX triplet: 06, 97 and CE. RGB value is (6,151,206). Sum of RGB (Red+Green+Blue) = 6+151+206=363 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.65% from 363); Green value is 151 (59.38% from 255 or 41.60% from 363); Blue value is 206 (80.86% from 255 or 56.75% from 363); Max value from RGB is 206 - color contains mainly: blue. Hex color #0697CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0697CE is #F96831. Grayscale: #717171. Windows color (decimal): -16345138 or 13539078. OLE color: 13539078.
HSL color Cylindrical-coordinate representation of color #0697CE: hue angle of 196.5º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0697CE is Cyan = 0.97, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 6 | 151 | 206 | - |
| CMYK | 0.97 | 0.27 | 0 | 0.19 |
| HSL | 196.5º | 0.94% | 0.42% | - |
| HSV(B) | 196.5º | 0.97% | 0.81% | - |
| XYZ | 22.28 | 26.63 | 62.36 | - |
| YUV | 113.92 | 179.96 | 51.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 151 | 206 | 0.97 | 0.27 | 0 | 0.19 | 196.5 | 0.94 | 0.42 |
| Hex | 6 | 97 | CE | 61 | 1B | 0 | 13 | C4 | 5E | 2A |
| Octal | 6 | 227 | 316 | 141 | 33 | 0 | 23 | 304 | 136 | 52 |
| Binary | 110 | 10010111 | 11001110 | 1100001 | 11011 | 0 | 10011 | 11000100 | 1011110 | 101010 |
Color Harmonies of #0697CE
Complementary color
Monochromatic Colors of #0697CE
Black with #0697CE
Text Example
Text Example
White with #0697CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0697CE; }
p { color: rgb(6,151,206); }
H1.HeaderClassName
{
color: #0697CE;
}
.AnyTagClassName
{
color: #0697CE;
}
</style>
background-color css
<style>
a { background-color: #0697CE; }
a { background-color: rgb(6,151,206); }
div.DivClassName
{
background-color: #0697CE;
}
.BgClassName
{
background-color: #0697CE;
}
</style>
border-color css
<style>
span { border-color: #0697CE; }
span { border-color: rgb(6,151,206); }
td.TdClassName
{
border-color: #0697CE;
}
.TagClassName
{
border-color: #0697CE;
}
</style>