Shades of Pacific Blue #0690CA
Tints of Pacific Blue #0690CA
RGB
CMYK
RGB Variations
Color information
#0690CA (or 0x0690CA) is known color: Pacific Blue. HEX triplet: 06, 90 and CA. RGB value is (6,144,202). Sum of RGB (Red+Green+Blue) = 6+144+202=352 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.70% from 352); Green value is 144 (56.64% from 255 or 40.91% from 352); Blue value is 202 (79.30% from 255 or 57.39% from 352); Max value from RGB is 202 - color contains mainly: blue. Hex color #0690CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0690CA is #F96F35. Grayscale: #6C6C6C. Windows color (decimal): -16346934 or 13275142. OLE color: 13275142.
HSL color Cylindrical-coordinate representation of color #0690CA: hue angle of 197.76º 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 #0690CA is Cyan = 0.97, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 6 | 144 | 202 | - |
| CMYK | 0.97 | 0.29 | 0 | 0.21 |
| HSL | 197.76º | 0.94% | 0.41% | - |
| HSV(B) | 197.76º | 0.97% | 0.79% | - |
| XYZ | 20.71 | 24.25 | 59.47 | - |
| YUV | 109.35 | 180.28 | 54.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 144 | 202 | 0.97 | 0.29 | 0 | 0.21 | 197.76 | 0.94 | 0.41 |
| Hex | 6 | 90 | CA | 61 | 1D | 0 | 15 | C6 | 5E | 29 |
| Octal | 6 | 220 | 312 | 141 | 35 | 0 | 25 | 306 | 136 | 51 |
| Binary | 110 | 10010000 | 11001010 | 1100001 | 11101 | 0 | 10101 | 11000110 | 1011110 | 101001 |
Color Harmonies of #0690CA
Complementary color
Monochromatic Colors of #0690CA
Black with #0690CA
Text Example
Text Example
White with #0690CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0690CA; }
p { color: rgb(6,144,202); }
H1.HeaderClassName
{
color: #0690CA;
}
.AnyTagClassName
{
color: #0690CA;
}
</style>
background-color css
<style>
a { background-color: #0690CA; }
a { background-color: rgb(6,144,202); }
div.DivClassName
{
background-color: #0690CA;
}
.BgClassName
{
background-color: #0690CA;
}
</style>
border-color css
<style>
span { border-color: #0690CA; }
span { border-color: rgb(6,144,202); }
td.TdClassName
{
border-color: #0690CA;
}
.TagClassName
{
border-color: #0690CA;
}
</style>