Shades of Pacific Blue #068BCF
Tints of Pacific Blue #068BCF
RGB
CMYK
RGB Variations
Color information
#068BCF (or 0x068BCF) is known color: Pacific Blue. HEX triplet: 06, 8B and CF. RGB value is (6,139,207). Sum of RGB (Red+Green+Blue) = 6+139+207=352 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.70% from 352); Green value is 139 (54.69% from 255 or 39.49% from 352); Blue value is 207 (81.25% from 255 or 58.81% from 352); Max value from RGB is 207 - color contains mainly: blue. Hex color #068BCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #068BCF is #F97430. Grayscale: #6A6A6A. Windows color (decimal): -16348209 or 13601542. OLE color: 13601542.
HSL color Cylindrical-coordinate representation of color #068BCF: hue angle of 200.3º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #068BCF is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 6 | 139 | 207 | - |
| CMYK | 0.97 | 0.33 | 0 | 0.19 |
| HSL | 200.3º | 0.94% | 0.42% | - |
| HSV(B) | 200.3º | 0.97% | 0.81% | - |
| XYZ | 20.57 | 23.01 | 62.39 | - |
| YUV | 106.99 | 184.44 | 55.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 139 | 207 | 0.97 | 0.33 | 0 | 0.19 | 200.3 | 0.94 | 0.42 |
| Hex | 6 | 8B | CF | 61 | 21 | 0 | 13 | C8 | 5E | 2A |
| Octal | 6 | 213 | 317 | 141 | 41 | 0 | 23 | 310 | 136 | 52 |
| Binary | 110 | 10001011 | 11001111 | 1100001 | 100001 | 0 | 10011 | 11001000 | 1011110 | 101010 |
Color Harmonies of #068BCF
Complementary color
Monochromatic Colors of #068BCF
Black with #068BCF
Text Example
Text Example
White with #068BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068BCF; }
p { color: rgb(6,139,207); }
H1.HeaderClassName
{
color: #068BCF;
}
.AnyTagClassName
{
color: #068BCF;
}
</style>
background-color css
<style>
a { background-color: #068BCF; }
a { background-color: rgb(6,139,207); }
div.DivClassName
{
background-color: #068BCF;
}
.BgClassName
{
background-color: #068BCF;
}
</style>
border-color css
<style>
span { border-color: #068BCF; }
span { border-color: rgb(6,139,207); }
td.TdClassName
{
border-color: #068BCF;
}
.TagClassName
{
border-color: #068BCF;
}
</style>