Shades of Pacific Blue #069BC6
Tints of Pacific Blue #069BC6
RGB
CMYK
RGB Variations
Color information
#069BC6 (or 0x069BC6) is known color: Pacific Blue. HEX triplet: 06, 9B and C6. RGB value is (6,155,198). Sum of RGB (Red+Green+Blue) = 6+155+198=359 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.67% from 359); Green value is 155 (60.94% from 255 or 43.18% from 359); Blue value is 198 (77.73% from 255 or 55.15% from 359); Max value from RGB is 198 - color contains mainly: blue. Hex color #069BC6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #069BC6 is #F96439. Grayscale: #737373. Windows color (decimal): -16344122 or 13015814. OLE color: 13015814.
HSL color Cylindrical-coordinate representation of color #069BC6: hue angle of 193.44º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #069BC6 is Cyan = 0.97, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 6 | 155 | 198 | - |
| CMYK | 0.97 | 0.22 | 0 | 0.22 |
| HSL | 193.44º | 0.94% | 0.4% | - |
| HSV(B) | 193.44º | 0.97% | 0.78% | - |
| XYZ | 21.99 | 27.56 | 57.59 | - |
| YUV | 115.35 | 174.64 | 50 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 155 | 198 | 0.97 | 0.22 | 0 | 0.22 | 193.44 | 0.94 | 0.4 |
| Hex | 6 | 9B | C6 | 61 | 16 | 0 | 16 | C1 | 5E | 28 |
| Octal | 6 | 233 | 306 | 141 | 26 | 0 | 26 | 301 | 136 | 50 |
| Binary | 110 | 10011011 | 11000110 | 1100001 | 10110 | 0 | 10110 | 11000001 | 1011110 | 101000 |
Color Harmonies of #069BC6
Complementary color
Monochromatic Colors of #069BC6
Black with #069BC6
Text Example
Text Example
White with #069BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069BC6; }
p { color: rgb(6,155,198); }
H1.HeaderClassName
{
color: #069BC6;
}
.AnyTagClassName
{
color: #069BC6;
}
</style>
background-color css
<style>
a { background-color: #069BC6; }
a { background-color: rgb(6,155,198); }
div.DivClassName
{
background-color: #069BC6;
}
.BgClassName
{
background-color: #069BC6;
}
</style>
border-color css
<style>
span { border-color: #069BC6; }
span { border-color: rgb(6,155,198); }
td.TdClassName
{
border-color: #069BC6;
}
.TagClassName
{
border-color: #069BC6;
}
</style>