Shades of Pacific Blue #06A0CC
Tints of Pacific Blue #06A0CC
RGB
CMYK
RGB Variations
Color information
#06A0CC (or 0x06A0CC) is known color: Pacific Blue. HEX triplet: 06, A0 and CC. RGB value is (6,160,204). Sum of RGB (Red+Green+Blue) = 6+160+204=370 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.62% from 370); Green value is 160 (62.89% from 255 or 43.24% from 370); Blue value is 204 (80.08% from 255 or 55.14% from 370); Max value from RGB is 204 - color contains mainly: blue. Hex color #06A0CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06A0CC is #F95F33. Grayscale: #767676. Windows color (decimal): -16342836 or 13410310. OLE color: 13410310.
HSL color Cylindrical-coordinate representation of color #06A0CC: hue angle of 193.33º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06A0CC is Cyan = 0.97, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 6 | 160 | 204 | - |
| CMYK | 0.97 | 0.22 | 0 | 0.2 |
| HSL | 193.33º | 0.94% | 0.41% | - |
| HSV(B) | 193.33º | 0.97% | 0.8% | - |
| XYZ | 23.55 | 29.54 | 61.59 | - |
| YUV | 118.97 | 175.98 | 47.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 160 | 204 | 0.97 | 0.22 | 0 | 0.2 | 193.33 | 0.94 | 0.41 |
| Hex | 6 | A0 | CC | 61 | 16 | 0 | 14 | C1 | 5E | 29 |
| Octal | 6 | 240 | 314 | 141 | 26 | 0 | 24 | 301 | 136 | 51 |
| Binary | 110 | 10100000 | 11001100 | 1100001 | 10110 | 0 | 10100 | 11000001 | 1011110 | 101001 |
Color Harmonies of #06A0CC
Complementary color
Monochromatic Colors of #06A0CC
Black with #06A0CC
Text Example
Text Example
White with #06A0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A0CC; }
p { color: rgb(6,160,204); }
H1.HeaderClassName
{
color: #06A0CC;
}
.AnyTagClassName
{
color: #06A0CC;
}
</style>
background-color css
<style>
a { background-color: #06A0CC; }
a { background-color: rgb(6,160,204); }
div.DivClassName
{
background-color: #06A0CC;
}
.BgClassName
{
background-color: #06A0CC;
}
</style>
border-color css
<style>
span { border-color: #06A0CC; }
span { border-color: rgb(6,160,204); }
td.TdClassName
{
border-color: #06A0CC;
}
.TagClassName
{
border-color: #06A0CC;
}
</style>