Shades of Pacific Blue #068EDB
Tints of Pacific Blue #068EDB
RGB
CMYK
RGB Variations
Color information
#068EDB (or 0x068EDB) is known color: Pacific Blue. HEX triplet: 06, 8E and DB. RGB value is (6,142,219). Sum of RGB (Red+Green+Blue) = 6+142+219=367 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.63% from 367); Green value is 142 (55.86% from 255 or 38.69% from 367); Blue value is 219 (85.94% from 255 or 59.67% from 367); Max value from RGB is 219 - color contains mainly: blue. Hex color #068EDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #068EDB is #F97124. Grayscale: #6D6D6D. Windows color (decimal): -16347429 or 14388742. OLE color: 14388742.
HSL color Cylindrical-coordinate representation of color #068EDB: hue angle of 201.69º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #068EDB is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 142 | 219 | - |
| CMYK | 0.97 | 0.35 | 0 | 0.14 |
| HSL | 201.69º | 0.95% | 0.44% | - |
| HSV(B) | 201.69º | 0.97% | 0.86% | - |
| XYZ | 22.53 | 24.5 | 70.56 | - |
| YUV | 110.11 | 189.44 | 53.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 142 | 219 | 0.97 | 0.35 | 0 | 0.14 | 201.69 | 0.95 | 0.44 |
| Hex | 6 | 8E | DB | 61 | 23 | 0 | E | CA | 5F | 2C |
| Octal | 6 | 216 | 333 | 141 | 43 | 0 | 16 | 312 | 137 | 54 |
| Binary | 110 | 10001110 | 11011011 | 1100001 | 100011 | 0 | 1110 | 11001010 | 1011111 | 101100 |
Color Harmonies of #068EDB
Complementary color
Monochromatic Colors of #068EDB
Black with #068EDB
Text Example
Text Example
White with #068EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068EDB; }
p { color: rgb(6,142,219); }
H1.HeaderClassName
{
color: #068EDB;
}
.AnyTagClassName
{
color: #068EDB;
}
</style>
background-color css
<style>
a { background-color: #068EDB; }
a { background-color: rgb(6,142,219); }
div.DivClassName
{
background-color: #068EDB;
}
.BgClassName
{
background-color: #068EDB;
}
</style>
border-color css
<style>
span { border-color: #068EDB; }
span { border-color: rgb(6,142,219); }
td.TdClassName
{
border-color: #068EDB;
}
.TagClassName
{
border-color: #068EDB;
}
</style>