Shades of Pacific Blue #068DDD
Tints of Pacific Blue #068DDD
RGB
CMYK
RGB Variations
Color information
#068DDD (or 0x068DDD) is known color: Pacific Blue. HEX triplet: 06, 8D and DD. RGB value is (6,141,221). Sum of RGB (Red+Green+Blue) = 6+141+221=368 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.63% from 368); Green value is 141 (55.47% from 255 or 38.32% from 368); Blue value is 221 (86.72% from 255 or 60.05% from 368); Max value from RGB is 221 - color contains mainly: blue. Hex color #068DDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #068DDD is #F97222. Grayscale: #6D6D6D. Windows color (decimal): -16347683 or 14519558. OLE color: 14519558.
HSL color Cylindrical-coordinate representation of color #068DDD: hue angle of 202.33º 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 #068DDD is Cyan = 0.97, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 141 | 221 | - |
| CMYK | 0.97 | 0.36 | 0 | 0.13 |
| HSL | 202.33º | 0.95% | 0.45% | - |
| HSV(B) | 202.33º | 0.97% | 0.87% | - |
| XYZ | 22.65 | 24.31 | 71.9 | - |
| YUV | 109.76 | 190.77 | 54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 141 | 221 | 0.97 | 0.36 | 0 | 0.13 | 202.33 | 0.95 | 0.45 |
| Hex | 6 | 8D | DD | 61 | 24 | 0 | D | CA | 5F | 2D |
| Octal | 6 | 215 | 335 | 141 | 44 | 0 | 15 | 312 | 137 | 55 |
| Binary | 110 | 10001101 | 11011101 | 1100001 | 100100 | 0 | 1101 | 11001010 | 1011111 | 101101 |
Color Harmonies of #068DDD
Complementary color
Monochromatic Colors of #068DDD
Black with #068DDD
Text Example
Text Example
White with #068DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068DDD; }
p { color: rgb(6,141,221); }
H1.HeaderClassName
{
color: #068DDD;
}
.AnyTagClassName
{
color: #068DDD;
}
</style>
background-color css
<style>
a { background-color: #068DDD; }
a { background-color: rgb(6,141,221); }
div.DivClassName
{
background-color: #068DDD;
}
.BgClassName
{
background-color: #068DDD;
}
</style>
border-color css
<style>
span { border-color: #068DDD; }
span { border-color: rgb(6,141,221); }
td.TdClassName
{
border-color: #068DDD;
}
.TagClassName
{
border-color: #068DDD;
}
</style>