Shades of Pacific Blue #069BDF
Tints of Pacific Blue #069BDF
RGB
CMYK
RGB Variations
Color information
#069BDF (or 0x069BDF) is known color: Pacific Blue. HEX triplet: 06, 9B and DF. RGB value is (6,155,223). Sum of RGB (Red+Green+Blue) = 6+155+223=384 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.56% from 384); Green value is 155 (60.94% from 255 or 40.36% from 384); Blue value is 223 (87.5% from 255 or 58.07% from 384); Max value from RGB is 223 - color contains mainly: blue. Hex color #069BDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #069BDF is #F96420. Grayscale: #757575. Windows color (decimal): -16344097 or 14654214. OLE color: 14654214.
HSL color Cylindrical-coordinate representation of color #069BDF: hue angle of 198.8º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #069BDF is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 155 | 223 | - |
| CMYK | 0.97 | 0.30 | 0 | 0.13 |
| HSL | 198.8º | 0.95% | 0.45% | - |
| HSV(B) | 198.8º | 0.97% | 0.87% | - |
| XYZ | 25.12 | 28.81 | 74.05 | - |
| YUV | 118.2 | 187.14 | 47.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 155 | 223 | 0.97 | 0.30 | 0 | 0.13 | 198.8 | 0.95 | 0.45 |
| Hex | 6 | 9B | DF | 61 | 1E | 0 | D | C7 | 5F | 2D |
| Octal | 6 | 233 | 337 | 141 | 36 | 0 | 15 | 307 | 137 | 55 |
| Binary | 110 | 10011011 | 11011111 | 1100001 | 11110 | 0 | 1101 | 11000111 | 1011111 | 101101 |
Color Harmonies of #069BDF
Complementary color
Monochromatic Colors of #069BDF
Black with #069BDF
Text Example
Text Example
White with #069BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069BDF; }
p { color: rgb(6,155,223); }
H1.HeaderClassName
{
color: #069BDF;
}
.AnyTagClassName
{
color: #069BDF;
}
</style>
background-color css
<style>
a { background-color: #069BDF; }
a { background-color: rgb(6,155,223); }
div.DivClassName
{
background-color: #069BDF;
}
.BgClassName
{
background-color: #069BDF;
}
</style>
border-color css
<style>
span { border-color: #069BDF; }
span { border-color: rgb(6,155,223); }
td.TdClassName
{
border-color: #069BDF;
}
.TagClassName
{
border-color: #069BDF;
}
</style>