Shades of Pacific Blue #069EC6
Tints of Pacific Blue #069EC6
RGB
CMYK
RGB Variations
Color information
#069EC6 (or 0x069EC6) is known color: Pacific Blue. HEX triplet: 06, 9E and C6. RGB value is (6,158,198). Sum of RGB (Red+Green+Blue) = 6+158+198=362 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.66% from 362); Green value is 158 (62.11% from 255 or 43.65% from 362); Blue value is 198 (77.73% from 255 or 54.70% from 362); Max value from RGB is 198 - color contains mainly: blue. Hex color #069EC6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #069EC6 is #F96139. Grayscale: #747474. Windows color (decimal): -16343354 or 13016582. OLE color: 13016582.
HSL color Cylindrical-coordinate representation of color #069EC6: hue angle of 192.5º 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 #069EC6 is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 6 | 158 | 198 | - |
| CMYK | 0.97 | 0.20 | 0 | 0.22 |
| HSL | 192.5º | 0.94% | 0.4% | - |
| HSV(B) | 192.5º | 0.97% | 0.78% | - |
| XYZ | 22.5 | 28.57 | 57.75 | - |
| YUV | 117.11 | 173.64 | 48.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 158 | 198 | 0.97 | 0.20 | 0 | 0.22 | 192.5 | 0.94 | 0.4 |
| Hex | 6 | 9E | C6 | 61 | 14 | 0 | 16 | C0 | 5E | 28 |
| Octal | 6 | 236 | 306 | 141 | 24 | 0 | 26 | 300 | 136 | 50 |
| Binary | 110 | 10011110 | 11000110 | 1100001 | 10100 | 0 | 10110 | 11000000 | 1011110 | 101000 |
Color Harmonies of #069EC6
Complementary color
Monochromatic Colors of #069EC6
Black with #069EC6
Text Example
Text Example
White with #069EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069EC6; }
p { color: rgb(6,158,198); }
H1.HeaderClassName
{
color: #069EC6;
}
.AnyTagClassName
{
color: #069EC6;
}
</style>
background-color css
<style>
a { background-color: #069EC6; }
a { background-color: rgb(6,158,198); }
div.DivClassName
{
background-color: #069EC6;
}
.BgClassName
{
background-color: #069EC6;
}
</style>
border-color css
<style>
span { border-color: #069EC6; }
span { border-color: rgb(6,158,198); }
td.TdClassName
{
border-color: #069EC6;
}
.TagClassName
{
border-color: #069EC6;
}
</style>