Shades of Pacific Blue #068FDA
Tints of Pacific Blue #068FDA
RGB
CMYK
RGB Variations
Color information
#068FDA (or 0x068FDA) is known color: Pacific Blue. HEX triplet: 06, 8F and DA. RGB value is (6,143,218). Sum of RGB (Red+Green+Blue) = 6+143+218=367 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.63% from 367); Green value is 143 (56.25% from 255 or 38.96% from 367); Blue value is 218 (85.55% from 255 or 59.40% from 367); Max value from RGB is 218 - color contains mainly: blue. Hex color #068FDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #068FDA is #F97025. Grayscale: #6E6E6E. Windows color (decimal): -16347174 or 14323462. OLE color: 14323462.
HSL color Cylindrical-coordinate representation of color #068FDA: hue angle of 201.23º 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 #068FDA is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 6 | 143 | 218 | - |
| CMYK | 0.97 | 0.34 | 0 | 0.15 |
| HSL | 201.23º | 0.95% | 0.44% | - |
| HSV(B) | 201.23º | 0.97% | 0.85% | - |
| XYZ | 22.55 | 24.75 | 69.92 | - |
| YUV | 110.59 | 188.61 | 53.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 143 | 218 | 0.97 | 0.34 | 0 | 0.15 | 201.23 | 0.95 | 0.44 |
| Hex | 6 | 8F | DA | 61 | 22 | 0 | F | C9 | 5F | 2C |
| Octal | 6 | 217 | 332 | 141 | 42 | 0 | 17 | 311 | 137 | 54 |
| Binary | 110 | 10001111 | 11011010 | 1100001 | 100010 | 0 | 1111 | 11001001 | 1011111 | 101100 |
Color Harmonies of #068FDA
Complementary color
Monochromatic Colors of #068FDA
Black with #068FDA
Text Example
Text Example
White with #068FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068FDA; }
p { color: rgb(6,143,218); }
H1.HeaderClassName
{
color: #068FDA;
}
.AnyTagClassName
{
color: #068FDA;
}
</style>
background-color css
<style>
a { background-color: #068FDA; }
a { background-color: rgb(6,143,218); }
div.DivClassName
{
background-color: #068FDA;
}
.BgClassName
{
background-color: #068FDA;
}
</style>
border-color css
<style>
span { border-color: #068FDA; }
span { border-color: rgb(6,143,218); }
td.TdClassName
{
border-color: #068FDA;
}
.TagClassName
{
border-color: #068FDA;
}
</style>