Shades of Pacific Blue #069ADB
Tints of Pacific Blue #069ADB
RGB
CMYK
RGB Variations
Color information
#069ADB (or 0x069ADB) is known color: Pacific Blue. HEX triplet: 06, 9A and DB. RGB value is (6,154,219). Sum of RGB (Red+Green+Blue) = 6+154+219=379 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.58% from 379); Green value is 154 (60.55% from 255 or 40.63% from 379); Blue value is 219 (85.94% from 255 or 57.78% from 379); Max value from RGB is 219 - color contains mainly: blue. Hex color #069ADB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #069ADB is #F96524. Grayscale: #747474. Windows color (decimal): -16344357 or 14391814. OLE color: 14391814.
HSL color Cylindrical-coordinate representation of color #069ADB: hue angle of 198.31º 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 #069ADB is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 154 | 219 | - |
| CMYK | 0.97 | 0.30 | 0 | 0.14 |
| HSL | 198.31º | 0.95% | 0.44% | - |
| HSV(B) | 198.31º | 0.97% | 0.86% | - |
| XYZ | 24.42 | 28.26 | 71.19 | - |
| YUV | 117.16 | 185.47 | 48.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 154 | 219 | 0.97 | 0.30 | 0 | 0.14 | 198.31 | 0.95 | 0.44 |
| Hex | 6 | 9A | DB | 61 | 1E | 0 | E | C6 | 5F | 2C |
| Octal | 6 | 232 | 333 | 141 | 36 | 0 | 16 | 306 | 137 | 54 |
| Binary | 110 | 10011010 | 11011011 | 1100001 | 11110 | 0 | 1110 | 11000110 | 1011111 | 101100 |
Color Harmonies of #069ADB
Complementary color
Monochromatic Colors of #069ADB
Black with #069ADB
Text Example
Text Example
White with #069ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069ADB; }
p { color: rgb(6,154,219); }
H1.HeaderClassName
{
color: #069ADB;
}
.AnyTagClassName
{
color: #069ADB;
}
</style>
background-color css
<style>
a { background-color: #069ADB; }
a { background-color: rgb(6,154,219); }
div.DivClassName
{
background-color: #069ADB;
}
.BgClassName
{
background-color: #069ADB;
}
</style>
border-color css
<style>
span { border-color: #069ADB; }
span { border-color: rgb(6,154,219); }
td.TdClassName
{
border-color: #069ADB;
}
.TagClassName
{
border-color: #069ADB;
}
</style>