Shades of Pacific Blue #069CC0
Tints of Pacific Blue #069CC0
RGB
CMYK
RGB Variations
Color information
#069CC0 (or 0x069CC0) is known color: Pacific Blue. HEX triplet: 06, 9C and C0. RGB value is (6,156,192). Sum of RGB (Red+Green+Blue) = 6+156+192=354 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.69% from 354); Green value is 156 (61.33% from 255 or 44.07% from 354); Blue value is 192 (75.39% from 255 or 54.24% from 354); Max value from RGB is 192 - color contains mainly: blue. Hex color #069CC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #069CC0 is #F9633F. Grayscale: #727272. Windows color (decimal): -16343872 or 12622854. OLE color: 12622854.
HSL color Cylindrical-coordinate representation of color #069CC0: hue angle of 191.61º 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 #069CC0 is Cyan = 0.97, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 6 | 156 | 192 | - |
| CMYK | 0.97 | 0.19 | 0 | 0.25 |
| HSL | 191.61º | 0.94% | 0.39% | - |
| HSV(B) | 191.61º | 0.97% | 0.75% | - |
| XYZ | 21.48 | 27.62 | 54.07 | - |
| YUV | 115.25 | 171.31 | 50.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 156 | 192 | 0.97 | 0.19 | 0 | 0.25 | 191.61 | 0.94 | 0.39 |
| Hex | 6 | 9C | C0 | 61 | 13 | 0 | 19 | C0 | 5E | 27 |
| Octal | 6 | 234 | 300 | 141 | 23 | 0 | 31 | 300 | 136 | 47 |
| Binary | 110 | 10011100 | 11000000 | 1100001 | 10011 | 0 | 11001 | 11000000 | 1011110 | 100111 |
Color Harmonies of #069CC0
Complementary color
Monochromatic Colors of #069CC0
Black with #069CC0
Text Example
Text Example
White with #069CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069CC0; }
p { color: rgb(6,156,192); }
H1.HeaderClassName
{
color: #069CC0;
}
.AnyTagClassName
{
color: #069CC0;
}
</style>
background-color css
<style>
a { background-color: #069CC0; }
a { background-color: rgb(6,156,192); }
div.DivClassName
{
background-color: #069CC0;
}
.BgClassName
{
background-color: #069CC0;
}
</style>
border-color css
<style>
span { border-color: #069CC0; }
span { border-color: rgb(6,156,192); }
td.TdClassName
{
border-color: #069CC0;
}
.TagClassName
{
border-color: #069CC0;
}
</style>