Shades of Pacific Blue #0696DF
Tints of Pacific Blue #0696DF
RGB
CMYK
RGB Variations
Color information
#0696DF (or 0x0696DF) is known color: Pacific Blue. HEX triplet: 06, 96 and DF. RGB value is (6,150,223). Sum of RGB (Red+Green+Blue) = 6+150+223=379 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.58% from 379); Green value is 150 (58.98% from 255 or 39.58% from 379); Blue value is 223 (87.5% from 255 or 58.84% from 379); Max value from RGB is 223 - color contains mainly: blue. Hex color #0696DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0696DF is #F96920. Grayscale: #727272. Windows color (decimal): -16345377 or 14652934. OLE color: 14652934.
HSL color Cylindrical-coordinate representation of color #0696DF: hue angle of 200.18º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0696DF is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 150 | 223 | - |
| CMYK | 0.97 | 0.33 | 0 | 0.13 |
| HSL | 200.18º | 0.95% | 0.45% | - |
| HSV(B) | 200.18º | 0.97% | 0.87% | - |
| XYZ | 24.3 | 27.18 | 73.78 | - |
| YUV | 115.27 | 188.79 | 50.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 150 | 223 | 0.97 | 0.33 | 0 | 0.13 | 200.18 | 0.95 | 0.45 |
| Hex | 6 | 96 | DF | 61 | 21 | 0 | D | C8 | 5F | 2D |
| Octal | 6 | 226 | 337 | 141 | 41 | 0 | 15 | 310 | 137 | 55 |
| Binary | 110 | 10010110 | 11011111 | 1100001 | 100001 | 0 | 1101 | 11001000 | 1011111 | 101101 |
Color Harmonies of #0696DF
Complementary color
Monochromatic Colors of #0696DF
Black with #0696DF
Text Example
Text Example
White with #0696DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0696DF; }
p { color: rgb(6,150,223); }
H1.HeaderClassName
{
color: #0696DF;
}
.AnyTagClassName
{
color: #0696DF;
}
</style>
background-color css
<style>
a { background-color: #0696DF; }
a { background-color: rgb(6,150,223); }
div.DivClassName
{
background-color: #0696DF;
}
.BgClassName
{
background-color: #0696DF;
}
</style>
border-color css
<style>
span { border-color: #0696DF; }
span { border-color: rgb(6,150,223); }
td.TdClassName
{
border-color: #0696DF;
}
.TagClassName
{
border-color: #0696DF;
}
</style>