Shades of Pacific Blue #068EC9
Tints of Pacific Blue #068EC9
RGB
CMYK
RGB Variations
Color information
#068EC9 (or 0x068EC9) is known color: Pacific Blue. HEX triplet: 06, 8E and C9. RGB value is (6,142,201). Sum of RGB (Red+Green+Blue) = 6+142+201=349 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.72% from 349); Green value is 142 (55.86% from 255 or 40.69% from 349); Blue value is 201 (78.91% from 255 or 57.59% from 349); Max value from RGB is 201 - color contains mainly: blue. Hex color #068EC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #068EC9 is #F97136. Grayscale: #6B6B6B. Windows color (decimal): -16347447 or 13209094. OLE color: 13209094.
HSL color Cylindrical-coordinate representation of color #068EC9: hue angle of 198.15º 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 #068EC9 is Cyan = 0.97, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 6 | 142 | 201 | - |
| CMYK | 0.97 | 0.29 | 0 | 0.21 |
| HSL | 198.15º | 0.94% | 0.41% | - |
| HSV(B) | 198.15º | 0.97% | 0.79% | - |
| XYZ | 20.29 | 23.6 | 58.74 | - |
| YUV | 108.06 | 180.44 | 55.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 142 | 201 | 0.97 | 0.29 | 0 | 0.21 | 198.15 | 0.94 | 0.41 |
| Hex | 6 | 8E | C9 | 61 | 1D | 0 | 15 | C6 | 5E | 29 |
| Octal | 6 | 216 | 311 | 141 | 35 | 0 | 25 | 306 | 136 | 51 |
| Binary | 110 | 10001110 | 11001001 | 1100001 | 11101 | 0 | 10101 | 11000110 | 1011110 | 101001 |
Color Harmonies of #068EC9
Complementary color
Monochromatic Colors of #068EC9
Black with #068EC9
Text Example
Text Example
White with #068EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068EC9; }
p { color: rgb(6,142,201); }
H1.HeaderClassName
{
color: #068EC9;
}
.AnyTagClassName
{
color: #068EC9;
}
</style>
background-color css
<style>
a { background-color: #068EC9; }
a { background-color: rgb(6,142,201); }
div.DivClassName
{
background-color: #068EC9;
}
.BgClassName
{
background-color: #068EC9;
}
</style>
border-color css
<style>
span { border-color: #068EC9; }
span { border-color: rgb(6,142,201); }
td.TdClassName
{
border-color: #068EC9;
}
.TagClassName
{
border-color: #068EC9;
}
</style>