Shades of Pacific Blue #068ECC
Tints of Pacific Blue #068ECC
RGB
CMYK
RGB Variations
Color information
#068ECC (or 0x068ECC) is known color: Pacific Blue. HEX triplet: 06, 8E and CC. RGB value is (6,142,204). Sum of RGB (Red+Green+Blue) = 6+142+204=352 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.70% from 352); Green value is 142 (55.86% from 255 or 40.34% from 352); Blue value is 204 (80.08% from 255 or 57.95% from 352); Max value from RGB is 204 - color contains mainly: blue. Hex color #068ECC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #068ECC is #F97133. Grayscale: #6C6C6C. Windows color (decimal): -16347444 or 13405702. OLE color: 13405702.
HSL color Cylindrical-coordinate representation of color #068ECC: hue angle of 198.79º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #068ECC is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 6 | 142 | 204 | - |
| CMYK | 0.97 | 0.30 | 0 | 0.2 |
| HSL | 198.79º | 0.94% | 0.41% | - |
| HSV(B) | 198.79º | 0.97% | 0.8% | - |
| XYZ | 20.65 | 23.74 | 60.62 | - |
| YUV | 108.4 | 181.94 | 54.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 142 | 204 | 0.97 | 0.30 | 0 | 0.2 | 198.79 | 0.94 | 0.41 |
| Hex | 6 | 8E | CC | 61 | 1E | 0 | 14 | C7 | 5E | 29 |
| Octal | 6 | 216 | 314 | 141 | 36 | 0 | 24 | 307 | 136 | 51 |
| Binary | 110 | 10001110 | 11001100 | 1100001 | 11110 | 0 | 10100 | 11000111 | 1011110 | 101001 |
Color Harmonies of #068ECC
Complementary color
Monochromatic Colors of #068ECC
Black with #068ECC
Text Example
Text Example
White with #068ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068ECC; }
p { color: rgb(6,142,204); }
H1.HeaderClassName
{
color: #068ECC;
}
.AnyTagClassName
{
color: #068ECC;
}
</style>
background-color css
<style>
a { background-color: #068ECC; }
a { background-color: rgb(6,142,204); }
div.DivClassName
{
background-color: #068ECC;
}
.BgClassName
{
background-color: #068ECC;
}
</style>
border-color css
<style>
span { border-color: #068ECC; }
span { border-color: rgb(6,142,204); }
td.TdClassName
{
border-color: #068ECC;
}
.TagClassName
{
border-color: #068ECC;
}
</style>