Shades of Pacific Blue #068AD5
Tints of Pacific Blue #068AD5
RGB
CMYK
RGB Variations
Color information
#068AD5 (or 0x068AD5) is known color: Pacific Blue. HEX triplet: 06, 8A and D5. RGB value is (6,138,213). Sum of RGB (Red+Green+Blue) = 6+138+213=357 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.68% from 357); Green value is 138 (54.30% from 255 or 38.66% from 357); Blue value is 213 (83.59% from 255 or 59.66% from 357); Max value from RGB is 213 - color contains mainly: blue. Hex color #068AD5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #068AD5 is #F9752A. Grayscale: #6A6A6A. Windows color (decimal): -16348459 or 13994502. OLE color: 13994502.
HSL color Cylindrical-coordinate representation of color #068AD5: hue angle of 201.74º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #068AD5 is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 6 | 138 | 213 | - |
| CMYK | 0.97 | 0.35 | 0 | 0.16 |
| HSL | 201.74º | 0.95% | 0.43% | - |
| HSV(B) | 201.74º | 0.97% | 0.84% | - |
| XYZ | 21.17 | 23.02 | 66.28 | - |
| YUV | 107.08 | 187.77 | 55.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 138 | 213 | 0.97 | 0.35 | 0 | 0.16 | 201.74 | 0.95 | 0.43 |
| Hex | 6 | 8A | D5 | 61 | 23 | 0 | 10 | CA | 5F | 2B |
| Octal | 6 | 212 | 325 | 141 | 43 | 0 | 20 | 312 | 137 | 53 |
| Binary | 110 | 10001010 | 11010101 | 1100001 | 100011 | 0 | 10000 | 11001010 | 1011111 | 101011 |
Color Harmonies of #068AD5
Complementary color
Monochromatic Colors of #068AD5
Black with #068AD5
Text Example
Text Example
White with #068AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068AD5; }
p { color: rgb(6,138,213); }
H1.HeaderClassName
{
color: #068AD5;
}
.AnyTagClassName
{
color: #068AD5;
}
</style>
background-color css
<style>
a { background-color: #068AD5; }
a { background-color: rgb(6,138,213); }
div.DivClassName
{
background-color: #068AD5;
}
.BgClassName
{
background-color: #068AD5;
}
</style>
border-color css
<style>
span { border-color: #068AD5; }
span { border-color: rgb(6,138,213); }
td.TdClassName
{
border-color: #068AD5;
}
.TagClassName
{
border-color: #068AD5;
}
</style>