Shades of Pacific Blue #068FE3
Tints of Pacific Blue #068FE3
RGB
CMYK
RGB Variations
Color information
#068FE3 (or 0x068FE3) is known color: Pacific Blue. HEX triplet: 06, 8F and E3. RGB value is (6,143,227). Sum of RGB (Red+Green+Blue) = 6+143+227=376 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.60% from 376); Green value is 143 (56.25% from 255 or 38.03% from 376); Blue value is 227 (89.06% from 255 or 60.37% from 376); Max value from RGB is 227 - color contains mainly: blue. Hex color #068FE3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #068FE3 is #F9701C. Grayscale: #6F6F6F. Windows color (decimal): -16347165 or 14913286. OLE color: 14913286.
HSL color Cylindrical-coordinate representation of color #068FE3: hue angle of 202.81º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #068FE3 is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 6 | 143 | 227 | - |
| CMYK | 0.97 | 0.37 | 0 | 0.11 |
| HSL | 202.81º | 0.95% | 0.46% | - |
| HSV(B) | 202.81º | 0.97% | 0.89% | - |
| XYZ | 23.76 | 25.23 | 76.29 | - |
| YUV | 111.61 | 193.11 | 52.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 143 | 227 | 0.97 | 0.37 | 0 | 0.11 | 202.81 | 0.95 | 0.46 |
| Hex | 6 | 8F | E3 | 61 | 25 | 0 | B | CB | 5F | 2E |
| Octal | 6 | 217 | 343 | 141 | 45 | 0 | 13 | 313 | 137 | 56 |
| Binary | 110 | 10001111 | 11100011 | 1100001 | 100101 | 0 | 1011 | 11001011 | 1011111 | 101110 |
Color Harmonies of #068FE3
Complementary color
Monochromatic Colors of #068FE3
Black with #068FE3
Text Example
Text Example
White with #068FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068FE3; }
p { color: rgb(6,143,227); }
H1.HeaderClassName
{
color: #068FE3;
}
.AnyTagClassName
{
color: #068FE3;
}
</style>
background-color css
<style>
a { background-color: #068FE3; }
a { background-color: rgb(6,143,227); }
div.DivClassName
{
background-color: #068FE3;
}
.BgClassName
{
background-color: #068FE3;
}
</style>
border-color css
<style>
span { border-color: #068FE3; }
span { border-color: rgb(6,143,227); }
td.TdClassName
{
border-color: #068FE3;
}
.TagClassName
{
border-color: #068FE3;
}
</style>