Shades of Pacific Blue #069DC0
Tints of Pacific Blue #069DC0
RGB
CMYK
RGB Variations
Color information
#069DC0 (or 0x069DC0) is known color: Pacific Blue. HEX triplet: 06, 9D and C0. RGB value is (6,157,192). Sum of RGB (Red+Green+Blue) = 6+157+192=355 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.69% from 355); Green value is 157 (61.72% from 255 or 44.23% from 355); Blue value is 192 (75.39% from 255 or 54.08% from 355); Max value from RGB is 192 - color contains mainly: blue. Hex color #069DC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #069DC0 is #F9623F. Grayscale: #737373. Windows color (decimal): -16343616 or 12623110. OLE color: 12623110.
HSL color Cylindrical-coordinate representation of color #069DC0: hue angle of 191.29º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #069DC0 is Cyan = 0.97, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 6 | 157 | 192 | - |
| CMYK | 0.97 | 0.18 | 0 | 0.25 |
| HSL | 191.29º | 0.94% | 0.39% | - |
| HSV(B) | 191.29º | 0.97% | 0.75% | - |
| XYZ | 21.65 | 27.96 | 54.12 | - |
| YUV | 115.84 | 170.97 | 49.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 157 | 192 | 0.97 | 0.18 | 0 | 0.25 | 191.29 | 0.94 | 0.39 |
| Hex | 6 | 9D | C0 | 61 | 12 | 0 | 19 | BF | 5E | 27 |
| Octal | 6 | 235 | 300 | 141 | 22 | 0 | 31 | 277 | 136 | 47 |
| Binary | 110 | 10011101 | 11000000 | 1100001 | 10010 | 0 | 11001 | 10111111 | 1011110 | 100111 |
Color Harmonies of #069DC0
Complementary color
Monochromatic Colors of #069DC0
Black with #069DC0
Text Example
Text Example
White with #069DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069DC0; }
p { color: rgb(6,157,192); }
H1.HeaderClassName
{
color: #069DC0;
}
.AnyTagClassName
{
color: #069DC0;
}
</style>
background-color css
<style>
a { background-color: #069DC0; }
a { background-color: rgb(6,157,192); }
div.DivClassName
{
background-color: #069DC0;
}
.BgClassName
{
background-color: #069DC0;
}
</style>
border-color css
<style>
span { border-color: #069DC0; }
span { border-color: rgb(6,157,192); }
td.TdClassName
{
border-color: #069DC0;
}
.TagClassName
{
border-color: #069DC0;
}
</style>