Shades of Pacific Blue #068DCA
Tints of Pacific Blue #068DCA
RGB
CMYK
RGB Variations
Color information
#068DCA (or 0x068DCA) is known color: Pacific Blue. HEX triplet: 06, 8D and CA. RGB value is (6,141,202). Sum of RGB (Red+Green+Blue) = 6+141+202=349 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.72% from 349); Green value is 141 (55.47% from 255 or 40.40% from 349); Blue value is 202 (79.30% from 255 or 57.88% from 349); Max value from RGB is 202 - color contains mainly: blue. Hex color #068DCA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #068DCA is #F97235. Grayscale: #6B6B6B. Windows color (decimal): -16347702 or 13274374. OLE color: 13274374.
HSL color Cylindrical-coordinate representation of color #068DCA: hue angle of 198.67º 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 #068DCA is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 6 | 141 | 202 | - |
| CMYK | 0.97 | 0.30 | 0 | 0.21 |
| HSL | 198.67º | 0.94% | 0.41% | - |
| HSV(B) | 198.67º | 0.97% | 0.79% | - |
| XYZ | 20.26 | 23.35 | 59.32 | - |
| YUV | 107.59 | 181.27 | 55.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 141 | 202 | 0.97 | 0.30 | 0 | 0.21 | 198.67 | 0.94 | 0.41 |
| Hex | 6 | 8D | CA | 61 | 1E | 0 | 15 | C7 | 5E | 29 |
| Octal | 6 | 215 | 312 | 141 | 36 | 0 | 25 | 307 | 136 | 51 |
| Binary | 110 | 10001101 | 11001010 | 1100001 | 11110 | 0 | 10101 | 11000111 | 1011110 | 101001 |
Color Harmonies of #068DCA
Complementary color
Monochromatic Colors of #068DCA
Black with #068DCA
Text Example
Text Example
White with #068DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068DCA; }
p { color: rgb(6,141,202); }
H1.HeaderClassName
{
color: #068DCA;
}
.AnyTagClassName
{
color: #068DCA;
}
</style>
background-color css
<style>
a { background-color: #068DCA; }
a { background-color: rgb(6,141,202); }
div.DivClassName
{
background-color: #068DCA;
}
.BgClassName
{
background-color: #068DCA;
}
</style>
border-color css
<style>
span { border-color: #068DCA; }
span { border-color: rgb(6,141,202); }
td.TdClassName
{
border-color: #068DCA;
}
.TagClassName
{
border-color: #068DCA;
}
</style>