Shades of Pacific Blue #0696CC
Tints of Pacific Blue #0696CC
RGB
CMYK
RGB Variations
Color information
#0696CC (or 0x0696CC) is known color: Pacific Blue. HEX triplet: 06, 96 and CC. RGB value is (6,150,204). Sum of RGB (Red+Green+Blue) = 6+150+204=360 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.67% from 360); Green value is 150 (58.98% from 255 or 41.67% from 360); Blue value is 204 (80.08% from 255 or 56.67% from 360); Max value from RGB is 204 - color contains mainly: blue. Hex color #0696CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0696CC is #F96933. Grayscale: #707070. Windows color (decimal): -16345396 or 13407750. OLE color: 13407750.
HSL color Cylindrical-coordinate representation of color #0696CC: hue angle of 196.36º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0696CC is Cyan = 0.97, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 6 | 150 | 204 | - |
| CMYK | 0.97 | 0.26 | 0 | 0.2 |
| HSL | 196.36º | 0.94% | 0.41% | - |
| HSV(B) | 196.36º | 0.97% | 0.8% | - |
| XYZ | 21.88 | 26.21 | 61.03 | - |
| YUV | 113.1 | 179.29 | 51.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 150 | 204 | 0.97 | 0.26 | 0 | 0.2 | 196.36 | 0.94 | 0.41 |
| Hex | 6 | 96 | CC | 61 | 1A | 0 | 14 | C4 | 5E | 29 |
| Octal | 6 | 226 | 314 | 141 | 32 | 0 | 24 | 304 | 136 | 51 |
| Binary | 110 | 10010110 | 11001100 | 1100001 | 11010 | 0 | 10100 | 11000100 | 1011110 | 101001 |
Color Harmonies of #0696CC
Complementary color
Monochromatic Colors of #0696CC
Black with #0696CC
Text Example
Text Example
White with #0696CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0696CC; }
p { color: rgb(6,150,204); }
H1.HeaderClassName
{
color: #0696CC;
}
.AnyTagClassName
{
color: #0696CC;
}
</style>
background-color css
<style>
a { background-color: #0696CC; }
a { background-color: rgb(6,150,204); }
div.DivClassName
{
background-color: #0696CC;
}
.BgClassName
{
background-color: #0696CC;
}
</style>
border-color css
<style>
span { border-color: #0696CC; }
span { border-color: rgb(6,150,204); }
td.TdClassName
{
border-color: #0696CC;
}
.TagClassName
{
border-color: #0696CC;
}
</style>