Shades of Pacific Blue #068EC5
Tints of Pacific Blue #068EC5
RGB
CMYK
RGB Variations
Color information
#068EC5 (or 0x068EC5) is known color: Pacific Blue. HEX triplet: 06, 8E and C5. RGB value is (6,142,197). Sum of RGB (Red+Green+Blue) = 6+142+197=345 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.74% from 345); Green value is 142 (55.86% from 255 or 41.16% from 345); Blue value is 197 (77.34% from 255 or 57.10% from 345); Max value from RGB is 197 - color contains mainly: blue. Hex color #068EC5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #068EC5 is #F9713A. Grayscale: #6B6B6B. Windows color (decimal): -16347451 or 12946950. OLE color: 12946950.
HSL color Cylindrical-coordinate representation of color #068EC5: hue angle of 197.28º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #068EC5 is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 6 | 142 | 197 | - |
| CMYK | 0.97 | 0.28 | 0 | 0.23 |
| HSL | 197.28º | 0.94% | 0.4% | - |
| HSV(B) | 197.28º | 0.97% | 0.77% | - |
| XYZ | 19.83 | 23.42 | 56.3 | - |
| YUV | 107.61 | 178.44 | 55.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 142 | 197 | 0.97 | 0.28 | 0 | 0.23 | 197.28 | 0.94 | 0.4 |
| Hex | 6 | 8E | C5 | 61 | 1C | 0 | 17 | C5 | 5E | 28 |
| Octal | 6 | 216 | 305 | 141 | 34 | 0 | 27 | 305 | 136 | 50 |
| Binary | 110 | 10001110 | 11000101 | 1100001 | 11100 | 0 | 10111 | 11000101 | 1011110 | 101000 |
Color Harmonies of #068EC5
Complementary color
Monochromatic Colors of #068EC5
Black with #068EC5
Text Example
Text Example
White with #068EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068EC5; }
p { color: rgb(6,142,197); }
H1.HeaderClassName
{
color: #068EC5;
}
.AnyTagClassName
{
color: #068EC5;
}
</style>
background-color css
<style>
a { background-color: #068EC5; }
a { background-color: rgb(6,142,197); }
div.DivClassName
{
background-color: #068EC5;
}
.BgClassName
{
background-color: #068EC5;
}
</style>
border-color css
<style>
span { border-color: #068EC5; }
span { border-color: rgb(6,142,197); }
td.TdClassName
{
border-color: #068EC5;
}
.TagClassName
{
border-color: #068EC5;
}
</style>