Shades of Pacific Blue #0696CE
Tints of Pacific Blue #0696CE
RGB
CMYK
RGB Variations
Color information
#0696CE (or 0x0696CE) is known color: Pacific Blue. HEX triplet: 06, 96 and CE. RGB value is (6,150,206). Sum of RGB (Red+Green+Blue) = 6+150+206=362 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.66% from 362); Green value is 150 (58.98% from 255 or 41.44% from 362); Blue value is 206 (80.86% from 255 or 56.91% from 362); Max value from RGB is 206 - color contains mainly: blue. Hex color #0696CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0696CE is #F96931. Grayscale: #707070. Windows color (decimal): -16345394 or 13538822. OLE color: 13538822.
HSL color Cylindrical-coordinate representation of color #0696CE: hue angle of 196.8º 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 #0696CE is Cyan = 0.97, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 6 | 150 | 206 | - |
| CMYK | 0.97 | 0.27 | 0 | 0.19 |
| HSL | 196.8º | 0.94% | 0.42% | - |
| HSV(B) | 196.8º | 0.97% | 0.81% | - |
| XYZ | 22.12 | 26.31 | 62.3 | - |
| YUV | 113.33 | 180.29 | 51.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 150 | 206 | 0.97 | 0.27 | 0 | 0.19 | 196.8 | 0.94 | 0.42 |
| Hex | 6 | 96 | CE | 61 | 1B | 0 | 13 | C5 | 5E | 2A |
| Octal | 6 | 226 | 316 | 141 | 33 | 0 | 23 | 305 | 136 | 52 |
| Binary | 110 | 10010110 | 11001110 | 1100001 | 11011 | 0 | 10011 | 11000101 | 1011110 | 101010 |
Color Harmonies of #0696CE
Complementary color
Monochromatic Colors of #0696CE
Black with #0696CE
Text Example
Text Example
White with #0696CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0696CE; }
p { color: rgb(6,150,206); }
H1.HeaderClassName
{
color: #0696CE;
}
.AnyTagClassName
{
color: #0696CE;
}
</style>
background-color css
<style>
a { background-color: #0696CE; }
a { background-color: rgb(6,150,206); }
div.DivClassName
{
background-color: #0696CE;
}
.BgClassName
{
background-color: #0696CE;
}
</style>
border-color css
<style>
span { border-color: #0696CE; }
span { border-color: rgb(6,150,206); }
td.TdClassName
{
border-color: #0696CE;
}
.TagClassName
{
border-color: #0696CE;
}
</style>