Shades of Pacific Blue #068EDA
Tints of Pacific Blue #068EDA
RGB
CMYK
RGB Variations
Color information
#068EDA (or 0x068EDA) is known color: Pacific Blue. HEX triplet: 06, 8E and DA. RGB value is (6,142,218). Sum of RGB (Red+Green+Blue) = 6+142+218=366 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.64% from 366); Green value is 142 (55.86% from 255 or 38.80% from 366); Blue value is 218 (85.55% from 255 or 59.56% from 366); Max value from RGB is 218 - color contains mainly: blue. Hex color #068EDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #068EDA is #F97125. Grayscale: #6D6D6D. Windows color (decimal): -16347430 or 14323206. OLE color: 14323206.
HSL color Cylindrical-coordinate representation of color #068EDA: hue angle of 201.51º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #068EDA is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 6 | 142 | 218 | - |
| CMYK | 0.97 | 0.35 | 0 | 0.15 |
| HSL | 201.51º | 0.95% | 0.44% | - |
| HSV(B) | 201.51º | 0.97% | 0.85% | - |
| XYZ | 22.4 | 24.45 | 69.87 | - |
| YUV | 110 | 188.94 | 53.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 142 | 218 | 0.97 | 0.35 | 0 | 0.15 | 201.51 | 0.95 | 0.44 |
| Hex | 6 | 8E | DA | 61 | 23 | 0 | F | CA | 5F | 2C |
| Octal | 6 | 216 | 332 | 141 | 43 | 0 | 17 | 312 | 137 | 54 |
| Binary | 110 | 10001110 | 11011010 | 1100001 | 100011 | 0 | 1111 | 11001010 | 1011111 | 101100 |
Color Harmonies of #068EDA
Complementary color
Monochromatic Colors of #068EDA
Black with #068EDA
Text Example
Text Example
White with #068EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068EDA; }
p { color: rgb(6,142,218); }
H1.HeaderClassName
{
color: #068EDA;
}
.AnyTagClassName
{
color: #068EDA;
}
</style>
background-color css
<style>
a { background-color: #068EDA; }
a { background-color: rgb(6,142,218); }
div.DivClassName
{
background-color: #068EDA;
}
.BgClassName
{
background-color: #068EDA;
}
</style>
border-color css
<style>
span { border-color: #068EDA; }
span { border-color: rgb(6,142,218); }
td.TdClassName
{
border-color: #068EDA;
}
.TagClassName
{
border-color: #068EDA;
}
</style>