Shades of Pacific Blue #068BDC
Tints of Pacific Blue #068BDC
RGB
CMYK
RGB Variations
Color information
#068BDC (or 0x068BDC) is known color: Pacific Blue. HEX triplet: 06, 8B and DC. RGB value is (6,139,220). Sum of RGB (Red+Green+Blue) = 6+139+220=365 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.64% from 365); Green value is 139 (54.69% from 255 or 38.08% from 365); Blue value is 220 (86.33% from 255 or 60.27% from 365); Max value from RGB is 220 - color contains mainly: blue. Hex color #068BDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #068BDC is #F97423. Grayscale: #6C6C6C. Windows color (decimal): -16348196 or 14453510. OLE color: 14453510.
HSL color Cylindrical-coordinate representation of color #068BDC: hue angle of 202.71º 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 #068BDC is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 139 | 220 | - |
| CMYK | 0.97 | 0.37 | 0 | 0.14 |
| HSL | 202.71º | 0.95% | 0.44% | - |
| HSV(B) | 202.71º | 0.97% | 0.86% | - |
| XYZ | 22.23 | 23.67 | 71.11 | - |
| YUV | 108.47 | 190.94 | 54.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 139 | 220 | 0.97 | 0.37 | 0 | 0.14 | 202.71 | 0.95 | 0.44 |
| Hex | 6 | 8B | DC | 61 | 25 | 0 | E | CB | 5F | 2C |
| Octal | 6 | 213 | 334 | 141 | 45 | 0 | 16 | 313 | 137 | 54 |
| Binary | 110 | 10001011 | 11011100 | 1100001 | 100101 | 0 | 1110 | 11001011 | 1011111 | 101100 |
Color Harmonies of #068BDC
Complementary color
Monochromatic Colors of #068BDC
Black with #068BDC
Text Example
Text Example
White with #068BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068BDC; }
p { color: rgb(6,139,220); }
H1.HeaderClassName
{
color: #068BDC;
}
.AnyTagClassName
{
color: #068BDC;
}
</style>
background-color css
<style>
a { background-color: #068BDC; }
a { background-color: rgb(6,139,220); }
div.DivClassName
{
background-color: #068BDC;
}
.BgClassName
{
background-color: #068BDC;
}
</style>
border-color css
<style>
span { border-color: #068BDC; }
span { border-color: rgb(6,139,220); }
td.TdClassName
{
border-color: #068BDC;
}
.TagClassName
{
border-color: #068BDC;
}
</style>