Shades of Pacific Blue #069FDC
Tints of Pacific Blue #069FDC
RGB
CMYK
RGB Variations
Color information
#069FDC (or 0x069FDC) is known color: Pacific Blue. HEX triplet: 06, 9F and DC. RGB value is (6,159,220). Sum of RGB (Red+Green+Blue) = 6+159+220=385 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.56% from 385); Green value is 159 (62.5% from 255 or 41.30% from 385); Blue value is 220 (86.33% from 255 or 57.14% from 385); Max value from RGB is 220 - color contains mainly: blue. Hex color #069FDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #069FDC is #F96023. Grayscale: #777777. Windows color (decimal): -16343076 or 14458630. OLE color: 14458630.
HSL color Cylindrical-coordinate representation of color #069FDC: hue angle of 197.1º 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 #069FDC is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 159 | 220 | - |
| CMYK | 0.97 | 0.28 | 0 | 0.14 |
| HSL | 197.1º | 0.95% | 0.44% | - |
| HSV(B) | 197.1º | 0.97% | 0.86% | - |
| XYZ | 25.39 | 30 | 72.16 | - |
| YUV | 120.21 | 184.31 | 46.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 159 | 220 | 0.97 | 0.28 | 0 | 0.14 | 197.1 | 0.95 | 0.44 |
| Hex | 6 | 9F | DC | 61 | 1C | 0 | E | C5 | 5F | 2C |
| Octal | 6 | 237 | 334 | 141 | 34 | 0 | 16 | 305 | 137 | 54 |
| Binary | 110 | 10011111 | 11011100 | 1100001 | 11100 | 0 | 1110 | 11000101 | 1011111 | 101100 |
Color Harmonies of #069FDC
Complementary color
Monochromatic Colors of #069FDC
Black with #069FDC
Text Example
Text Example
White with #069FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069FDC; }
p { color: rgb(6,159,220); }
H1.HeaderClassName
{
color: #069FDC;
}
.AnyTagClassName
{
color: #069FDC;
}
</style>
background-color css
<style>
a { background-color: #069FDC; }
a { background-color: rgb(6,159,220); }
div.DivClassName
{
background-color: #069FDC;
}
.BgClassName
{
background-color: #069FDC;
}
</style>
border-color css
<style>
span { border-color: #069FDC; }
span { border-color: rgb(6,159,220); }
td.TdClassName
{
border-color: #069FDC;
}
.TagClassName
{
border-color: #069FDC;
}
</style>