Shades of Pacific Blue #068ACB
Tints of Pacific Blue #068ACB
RGB
CMYK
RGB Variations
Color information
#068ACB (or 0x068ACB) is known color: Pacific Blue. HEX triplet: 06, 8A and CB. RGB value is (6,138,203). Sum of RGB (Red+Green+Blue) = 6+138+203=347 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.73% from 347); Green value is 138 (54.30% from 255 or 39.77% from 347); Blue value is 203 (79.69% from 255 or 58.50% from 347); Max value from RGB is 203 - color contains mainly: blue. Hex color #068ACB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #068ACB is #F97534. Grayscale: #696969. Windows color (decimal): -16348469 or 13339142. OLE color: 13339142.
HSL color Cylindrical-coordinate representation of color #068ACB: hue angle of 199.8º 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 #068ACB is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 6 | 138 | 203 | - |
| CMYK | 0.97 | 0.32 | 0 | 0.20 |
| HSL | 199.8º | 0.94% | 0.41% | - |
| HSV(B) | 199.8º | 0.97% | 0.8% | - |
| XYZ | 19.94 | 22.53 | 59.8 | - |
| YUV | 105.94 | 182.77 | 56.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 138 | 203 | 0.97 | 0.32 | 0 | 0.20 | 199.8 | 0.94 | 0.41 |
| Hex | 6 | 8A | CB | 61 | 20 | 0 | 14 | C8 | 5E | 29 |
| Octal | 6 | 212 | 313 | 141 | 40 | 0 | 24 | 310 | 136 | 51 |
| Binary | 110 | 10001010 | 11001011 | 1100001 | 100000 | 0 | 10100 | 11001000 | 1011110 | 101001 |
Color Harmonies of #068ACB
Complementary color
Monochromatic Colors of #068ACB
Black with #068ACB
Text Example
Text Example
White with #068ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068ACB; }
p { color: rgb(6,138,203); }
H1.HeaderClassName
{
color: #068ACB;
}
.AnyTagClassName
{
color: #068ACB;
}
</style>
background-color css
<style>
a { background-color: #068ACB; }
a { background-color: rgb(6,138,203); }
div.DivClassName
{
background-color: #068ACB;
}
.BgClassName
{
background-color: #068ACB;
}
</style>
border-color css
<style>
span { border-color: #068ACB; }
span { border-color: rgb(6,138,203); }
td.TdClassName
{
border-color: #068ACB;
}
.TagClassName
{
border-color: #068ACB;
}
</style>