Shades of Pacific Blue #0699CA
Tints of Pacific Blue #0699CA
RGB
CMYK
RGB Variations
Color information
#0699CA (or 0x0699CA) is known color: Pacific Blue. HEX triplet: 06, 99 and CA. RGB value is (6,153,202). Sum of RGB (Red+Green+Blue) = 6+153+202=361 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.66% from 361); Green value is 153 (60.16% from 255 or 42.38% from 361); Blue value is 202 (79.30% from 255 or 55.96% from 361); Max value from RGB is 202 - color contains mainly: blue. Hex color #0699CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0699CA is #F96635. Grayscale: #727272. Windows color (decimal): -16344630 or 13277446. OLE color: 13277446.
HSL color Cylindrical-coordinate representation of color #0699CA: hue angle of 195º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0699CA is Cyan = 0.97, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 6 | 153 | 202 | - |
| CMYK | 0.97 | 0.24 | 0 | 0.21 |
| HSL | 195º | 0.94% | 0.41% | - |
| HSV(B) | 195º | 0.97% | 0.79% | - |
| XYZ | 22.13 | 27.09 | 59.94 | - |
| YUV | 114.63 | 177.3 | 50.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 153 | 202 | 0.97 | 0.24 | 0 | 0.21 | 195 | 0.94 | 0.41 |
| Hex | 6 | 99 | CA | 61 | 18 | 0 | 15 | C3 | 5E | 29 |
| Octal | 6 | 231 | 312 | 141 | 30 | 0 | 25 | 303 | 136 | 51 |
| Binary | 110 | 10011001 | 11001010 | 1100001 | 11000 | 0 | 10101 | 11000011 | 1011110 | 101001 |
Color Harmonies of #0699CA
Complementary color
Monochromatic Colors of #0699CA
Black with #0699CA
Text Example
Text Example
White with #0699CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0699CA; }
p { color: rgb(6,153,202); }
H1.HeaderClassName
{
color: #0699CA;
}
.AnyTagClassName
{
color: #0699CA;
}
</style>
background-color css
<style>
a { background-color: #0699CA; }
a { background-color: rgb(6,153,202); }
div.DivClassName
{
background-color: #0699CA;
}
.BgClassName
{
background-color: #0699CA;
}
</style>
border-color css
<style>
span { border-color: #0699CA; }
span { border-color: rgb(6,153,202); }
td.TdClassName
{
border-color: #0699CA;
}
.TagClassName
{
border-color: #0699CA;
}
</style>