Shades of Pacific Blue #06A6CE
Tints of Pacific Blue #06A6CE
RGB
CMYK
RGB Variations
Color information
#06A6CE (or 0x06A6CE) is known color: Pacific Blue. HEX triplet: 06, A6 and CE. RGB value is (6,166,206). Sum of RGB (Red+Green+Blue) = 6+166+206=378 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.59% from 378); Green value is 166 (65.23% from 255 or 43.92% from 378); Blue value is 206 (80.86% from 255 or 54.50% from 378); Max value from RGB is 206 - color contains mainly: blue. Hex color #06A6CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06A6CE is #F95931. Grayscale: #7A7A7A. Windows color (decimal): -16341298 or 13542918. OLE color: 13542918.
HSL color Cylindrical-coordinate representation of color #06A6CE: hue angle of 192º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06A6CE is Cyan = 0.97, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 6 | 166 | 206 | - |
| CMYK | 0.97 | 0.19 | 0 | 0.19 |
| HSL | 192º | 0.94% | 0.42% | - |
| HSV(B) | 192º | 0.97% | 0.81% | - |
| XYZ | 24.85 | 31.77 | 63.21 | - |
| YUV | 122.72 | 174.99 | 44.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 166 | 206 | 0.97 | 0.19 | 0 | 0.19 | 192 | 0.94 | 0.42 |
| Hex | 6 | A6 | CE | 61 | 13 | 0 | 13 | C0 | 5E | 2A |
| Octal | 6 | 246 | 316 | 141 | 23 | 0 | 23 | 300 | 136 | 52 |
| Binary | 110 | 10100110 | 11001110 | 1100001 | 10011 | 0 | 10011 | 11000000 | 1011110 | 101010 |
Color Harmonies of #06A6CE
Complementary color
Monochromatic Colors of #06A6CE
Black with #06A6CE
Text Example
Text Example
White with #06A6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A6CE; }
p { color: rgb(6,166,206); }
H1.HeaderClassName
{
color: #06A6CE;
}
.AnyTagClassName
{
color: #06A6CE;
}
</style>
background-color css
<style>
a { background-color: #06A6CE; }
a { background-color: rgb(6,166,206); }
div.DivClassName
{
background-color: #06A6CE;
}
.BgClassName
{
background-color: #06A6CE;
}
</style>
border-color css
<style>
span { border-color: #06A6CE; }
span { border-color: rgb(6,166,206); }
td.TdClassName
{
border-color: #06A6CE;
}
.TagClassName
{
border-color: #06A6CE;
}
</style>