Shades of Pacific Blue #069DBB
Tints of Pacific Blue #069DBB
RGB
CMYK
RGB Variations
Color information
#069DBB (or 0x069DBB) is known color: Pacific Blue. HEX triplet: 06, 9D and BB. RGB value is (6,157,187). Sum of RGB (Red+Green+Blue) = 6+157+187=350 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.71% from 350); Green value is 157 (61.72% from 255 or 44.86% from 350); Blue value is 187 (73.44% from 255 or 53.43% from 350); Max value from RGB is 187 - color contains mainly: blue. Hex color #069DBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #069DBB is #F96244. Grayscale: #737373. Windows color (decimal): -16343621 or 12295430. OLE color: 12295430.
HSL color Cylindrical-coordinate representation of color #069DBB: hue angle of 189.94º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #069DBB is Cyan = 0.97, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 6 | 157 | 187 | - |
| CMYK | 0.97 | 0.16 | 0 | 0.27 |
| HSL | 189.94º | 0.94% | 0.38% | - |
| HSV(B) | 189.94º | 0.97% | 0.73% | - |
| XYZ | 21.1 | 27.74 | 51.26 | - |
| YUV | 115.27 | 168.47 | 50.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 157 | 187 | 0.97 | 0.16 | 0 | 0.27 | 189.94 | 0.94 | 0.38 |
| Hex | 6 | 9D | BB | 61 | 10 | 0 | 1B | BE | 5E | 26 |
| Octal | 6 | 235 | 273 | 141 | 20 | 0 | 33 | 276 | 136 | 46 |
| Binary | 110 | 10011101 | 10111011 | 1100001 | 10000 | 0 | 11011 | 10111110 | 1011110 | 100110 |
Color Harmonies of #069DBB
Complementary color
Monochromatic Colors of #069DBB
Black with #069DBB
Text Example
Text Example
White with #069DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069DBB; }
p { color: rgb(6,157,187); }
H1.HeaderClassName
{
color: #069DBB;
}
.AnyTagClassName
{
color: #069DBB;
}
</style>
background-color css
<style>
a { background-color: #069DBB; }
a { background-color: rgb(6,157,187); }
div.DivClassName
{
background-color: #069DBB;
}
.BgClassName
{
background-color: #069DBB;
}
</style>
border-color css
<style>
span { border-color: #069DBB; }
span { border-color: rgb(6,157,187); }
td.TdClassName
{
border-color: #069DBB;
}
.TagClassName
{
border-color: #069DBB;
}
</style>