Shades of Pacific Blue #068EDD
Tints of Pacific Blue #068EDD
RGB
CMYK
RGB Variations
Color information
#068EDD (or 0x068EDD) is known color: Pacific Blue. HEX triplet: 06, 8E and DD. RGB value is (6,142,221). Sum of RGB (Red+Green+Blue) = 6+142+221=369 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.63% from 369); Green value is 142 (55.86% from 255 or 38.48% from 369); Blue value is 221 (86.72% from 255 or 59.89% from 369); Max value from RGB is 221 - color contains mainly: blue. Hex color #068EDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #068EDD is #F97122. Grayscale: #6D6D6D. Windows color (decimal): -16347427 or 14519814. OLE color: 14519814.
HSL color Cylindrical-coordinate representation of color #068EDD: hue angle of 202.05º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #068EDD is Cyan = 0.97, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 142 | 221 | - |
| CMYK | 0.97 | 0.36 | 0 | 0.13 |
| HSL | 202.05º | 0.95% | 0.45% | - |
| HSV(B) | 202.05º | 0.97% | 0.87% | - |
| XYZ | 22.8 | 24.61 | 71.95 | - |
| YUV | 110.34 | 190.44 | 53.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 142 | 221 | 0.97 | 0.36 | 0 | 0.13 | 202.05 | 0.95 | 0.45 |
| Hex | 6 | 8E | DD | 61 | 24 | 0 | D | CA | 5F | 2D |
| Octal | 6 | 216 | 335 | 141 | 44 | 0 | 15 | 312 | 137 | 55 |
| Binary | 110 | 10001110 | 11011101 | 1100001 | 100100 | 0 | 1101 | 11001010 | 1011111 | 101101 |
Color Harmonies of #068EDD
Complementary color
Monochromatic Colors of #068EDD
Black with #068EDD
Text Example
Text Example
White with #068EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068EDD; }
p { color: rgb(6,142,221); }
H1.HeaderClassName
{
color: #068EDD;
}
.AnyTagClassName
{
color: #068EDD;
}
</style>
background-color css
<style>
a { background-color: #068EDD; }
a { background-color: rgb(6,142,221); }
div.DivClassName
{
background-color: #068EDD;
}
.BgClassName
{
background-color: #068EDD;
}
</style>
border-color css
<style>
span { border-color: #068EDD; }
span { border-color: rgb(6,142,221); }
td.TdClassName
{
border-color: #068EDD;
}
.TagClassName
{
border-color: #068EDD;
}
</style>