Shades of Pacific Blue #068BDA
Tints of Pacific Blue #068BDA
RGB
CMYK
RGB Variations
Color information
#068BDA (or 0x068BDA) is known color: Pacific Blue. HEX triplet: 06, 8B and DA. RGB value is (6,139,218). Sum of RGB (Red+Green+Blue) = 6+139+218=363 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.65% from 363); Green value is 139 (54.69% from 255 or 38.29% from 363); Blue value is 218 (85.55% from 255 or 60.06% from 363); Max value from RGB is 218 - color contains mainly: blue. Hex color #068BDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #068BDA is #F97425. Grayscale: #6B6B6B. Windows color (decimal): -16348198 or 14322438. OLE color: 14322438.
HSL color Cylindrical-coordinate representation of color #068BDA: hue angle of 202.36º 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 #068BDA is Cyan = 0.97, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 6 | 139 | 218 | - |
| CMYK | 0.97 | 0.36 | 0 | 0.15 |
| HSL | 202.36º | 0.95% | 0.44% | - |
| HSV(B) | 202.36º | 0.97% | 0.85% | - |
| XYZ | 21.96 | 23.57 | 69.72 | - |
| YUV | 108.24 | 189.94 | 55.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 139 | 218 | 0.97 | 0.36 | 0 | 0.15 | 202.36 | 0.95 | 0.44 |
| Hex | 6 | 8B | DA | 61 | 24 | 0 | F | CA | 5F | 2C |
| Octal | 6 | 213 | 332 | 141 | 44 | 0 | 17 | 312 | 137 | 54 |
| Binary | 110 | 10001011 | 11011010 | 1100001 | 100100 | 0 | 1111 | 11001010 | 1011111 | 101100 |
Color Harmonies of #068BDA
Complementary color
Monochromatic Colors of #068BDA
Black with #068BDA
Text Example
Text Example
White with #068BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068BDA; }
p { color: rgb(6,139,218); }
H1.HeaderClassName
{
color: #068BDA;
}
.AnyTagClassName
{
color: #068BDA;
}
</style>
background-color css
<style>
a { background-color: #068BDA; }
a { background-color: rgb(6,139,218); }
div.DivClassName
{
background-color: #068BDA;
}
.BgClassName
{
background-color: #068BDA;
}
</style>
border-color css
<style>
span { border-color: #068BDA; }
span { border-color: rgb(6,139,218); }
td.TdClassName
{
border-color: #068BDA;
}
.TagClassName
{
border-color: #068BDA;
}
</style>