Shades of Pacific Blue #0696C3
Tints of Pacific Blue #0696C3
RGB
CMYK
RGB Variations
Color information
#0696C3 (or 0x0696C3) is known color: Pacific Blue. HEX triplet: 06, 96 and C3. RGB value is (6,150,195). Sum of RGB (Red+Green+Blue) = 6+150+195=351 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.71% from 351); Green value is 150 (58.98% from 255 or 42.74% from 351); Blue value is 195 (76.56% from 255 or 55.56% from 351); Max value from RGB is 195 - color contains mainly: blue. Hex color #0696C3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0696C3 is #F9693C. Grayscale: #6F6F6F. Windows color (decimal): -16345405 or 12817926. OLE color: 12817926.
HSL color Cylindrical-coordinate representation of color #0696C3: hue angle of 194.29º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0696C3 is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 6 | 150 | 195 | - |
| CMYK | 0.97 | 0.23 | 0 | 0.24 |
| HSL | 194.29º | 0.94% | 0.39% | - |
| HSV(B) | 194.29º | 0.97% | 0.76% | - |
| XYZ | 20.83 | 25.79 | 55.51 | - |
| YUV | 112.07 | 174.79 | 52.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 150 | 195 | 0.97 | 0.23 | 0 | 0.24 | 194.29 | 0.94 | 0.39 |
| Hex | 6 | 96 | C3 | 61 | 17 | 0 | 18 | C2 | 5E | 27 |
| Octal | 6 | 226 | 303 | 141 | 27 | 0 | 30 | 302 | 136 | 47 |
| Binary | 110 | 10010110 | 11000011 | 1100001 | 10111 | 0 | 11000 | 11000010 | 1011110 | 100111 |
Color Harmonies of #0696C3
Complementary color
Monochromatic Colors of #0696C3
Black with #0696C3
Text Example
Text Example
White with #0696C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0696C3; }
p { color: rgb(6,150,195); }
H1.HeaderClassName
{
color: #0696C3;
}
.AnyTagClassName
{
color: #0696C3;
}
</style>
background-color css
<style>
a { background-color: #0696C3; }
a { background-color: rgb(6,150,195); }
div.DivClassName
{
background-color: #0696C3;
}
.BgClassName
{
background-color: #0696C3;
}
</style>
border-color css
<style>
span { border-color: #0696C3; }
span { border-color: rgb(6,150,195); }
td.TdClassName
{
border-color: #0696C3;
}
.TagClassName
{
border-color: #0696C3;
}
</style>