Shades of Pacific Blue #06A7C1
Tints of Pacific Blue #06A7C1
RGB
CMYK
RGB Variations
Color information
#06A7C1 (or 0x06A7C1) is known color: Pacific Blue. HEX triplet: 06, A7 and C1. RGB value is (6,167,193). Sum of RGB (Red+Green+Blue) = 6+167+193=366 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.64% from 366); Green value is 167 (65.62% from 255 or 45.63% from 366); Blue value is 193 (75.78% from 255 or 52.73% from 366); Max value from RGB is 193 - color contains mainly: blue. Hex color #06A7C1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06A7C1 is #F9583E. Grayscale: #797979. Windows color (decimal): -16341055 or 12691206. OLE color: 12691206.
HSL color Cylindrical-coordinate representation of color #06A7C1: hue angle of 188.34º 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 #06A7C1 is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 6 | 167 | 193 | - |
| CMYK | 0.97 | 0.13 | 0 | 0.24 |
| HSL | 188.34º | 0.94% | 0.39% | - |
| HSV(B) | 188.34º | 0.97% | 0.76% | - |
| XYZ | 23.52 | 31.53 | 55.3 | - |
| YUV | 121.83 | 168.16 | 45.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 167 | 193 | 0.97 | 0.13 | 0 | 0.24 | 188.34 | 0.94 | 0.39 |
| Hex | 6 | A7 | C1 | 61 | D | 0 | 18 | BC | 5E | 27 |
| Octal | 6 | 247 | 301 | 141 | 15 | 0 | 30 | 274 | 136 | 47 |
| Binary | 110 | 10100111 | 11000001 | 1100001 | 1101 | 0 | 11000 | 10111100 | 1011110 | 100111 |
Color Harmonies of #06A7C1
Complementary color
Monochromatic Colors of #06A7C1
Black with #06A7C1
Text Example
Text Example
White with #06A7C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A7C1; }
p { color: rgb(6,167,193); }
H1.HeaderClassName
{
color: #06A7C1;
}
.AnyTagClassName
{
color: #06A7C1;
}
</style>
background-color css
<style>
a { background-color: #06A7C1; }
a { background-color: rgb(6,167,193); }
div.DivClassName
{
background-color: #06A7C1;
}
.BgClassName
{
background-color: #06A7C1;
}
</style>
border-color css
<style>
span { border-color: #06A7C1; }
span { border-color: rgb(6,167,193); }
td.TdClassName
{
border-color: #06A7C1;
}
.TagClassName
{
border-color: #06A7C1;
}
</style>