Shades of Pacific Blue #068BCE
Tints of Pacific Blue #068BCE
RGB
CMYK
RGB Variations
Color information
#068BCE (or 0x068BCE) is known color: Pacific Blue. HEX triplet: 06, 8B and CE. RGB value is (6,139,206). Sum of RGB (Red+Green+Blue) = 6+139+206=351 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.71% from 351); Green value is 139 (54.69% from 255 or 39.60% from 351); Blue value is 206 (80.86% from 255 or 58.69% from 351); Max value from RGB is 206 - color contains mainly: blue. Hex color #068BCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #068BCE is #F97431. Grayscale: #6A6A6A. Windows color (decimal): -16348210 or 13536006. OLE color: 13536006.
HSL color Cylindrical-coordinate representation of color #068BCE: hue angle of 200.1º 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 #068BCE is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 6 | 139 | 206 | - |
| CMYK | 0.97 | 0.33 | 0 | 0.19 |
| HSL | 200.1º | 0.94% | 0.42% | - |
| HSV(B) | 200.1º | 0.97% | 0.81% | - |
| XYZ | 20.45 | 22.96 | 61.75 | - |
| YUV | 106.87 | 183.94 | 56.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 139 | 206 | 0.97 | 0.33 | 0 | 0.19 | 200.1 | 0.94 | 0.42 |
| Hex | 6 | 8B | CE | 61 | 21 | 0 | 13 | C8 | 5E | 2A |
| Octal | 6 | 213 | 316 | 141 | 41 | 0 | 23 | 310 | 136 | 52 |
| Binary | 110 | 10001011 | 11001110 | 1100001 | 100001 | 0 | 10011 | 11001000 | 1011110 | 101010 |
Color Harmonies of #068BCE
Complementary color
Monochromatic Colors of #068BCE
Black with #068BCE
Text Example
Text Example
White with #068BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068BCE; }
p { color: rgb(6,139,206); }
H1.HeaderClassName
{
color: #068BCE;
}
.AnyTagClassName
{
color: #068BCE;
}
</style>
background-color css
<style>
a { background-color: #068BCE; }
a { background-color: rgb(6,139,206); }
div.DivClassName
{
background-color: #068BCE;
}
.BgClassName
{
background-color: #068BCE;
}
</style>
border-color css
<style>
span { border-color: #068BCE; }
span { border-color: rgb(6,139,206); }
td.TdClassName
{
border-color: #068BCE;
}
.TagClassName
{
border-color: #068BCE;
}
</style>