Shades of Pacific Blue #069EC1
Tints of Pacific Blue #069EC1
RGB
CMYK
RGB Variations
Color information
#069EC1 (or 0x069EC1) is known color: Pacific Blue. HEX triplet: 06, 9E and C1. RGB value is (6,158,193). Sum of RGB (Red+Green+Blue) = 6+158+193=357 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.68% from 357); Green value is 158 (62.11% from 255 or 44.26% from 357); Blue value is 193 (75.78% from 255 or 54.06% from 357); Max value from RGB is 193 - color contains mainly: blue. Hex color #069EC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #069EC1 is #F9613E. Grayscale: #747474. Windows color (decimal): -16343359 or 12688902. OLE color: 12688902.
HSL color Cylindrical-coordinate representation of color #069EC1: hue angle of 191.23º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #069EC1 is Cyan = 0.97, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 6 | 158 | 193 | - |
| CMYK | 0.97 | 0.18 | 0 | 0.24 |
| HSL | 191.23º | 0.94% | 0.39% | - |
| HSV(B) | 191.23º | 0.97% | 0.76% | - |
| XYZ | 21.93 | 28.34 | 54.77 | - |
| YUV | 116.54 | 171.14 | 49.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 158 | 193 | 0.97 | 0.18 | 0 | 0.24 | 191.23 | 0.94 | 0.39 |
| Hex | 6 | 9E | C1 | 61 | 12 | 0 | 18 | BF | 5E | 27 |
| Octal | 6 | 236 | 301 | 141 | 22 | 0 | 30 | 277 | 136 | 47 |
| Binary | 110 | 10011110 | 11000001 | 1100001 | 10010 | 0 | 11000 | 10111111 | 1011110 | 100111 |
Color Harmonies of #069EC1
Complementary color
Monochromatic Colors of #069EC1
Black with #069EC1
Text Example
Text Example
White with #069EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069EC1; }
p { color: rgb(6,158,193); }
H1.HeaderClassName
{
color: #069EC1;
}
.AnyTagClassName
{
color: #069EC1;
}
</style>
background-color css
<style>
a { background-color: #069EC1; }
a { background-color: rgb(6,158,193); }
div.DivClassName
{
background-color: #069EC1;
}
.BgClassName
{
background-color: #069EC1;
}
</style>
border-color css
<style>
span { border-color: #069EC1; }
span { border-color: rgb(6,158,193); }
td.TdClassName
{
border-color: #069EC1;
}
.TagClassName
{
border-color: #069EC1;
}
</style>