Shades of Pacific Blue #06A2D9
Tints of Pacific Blue #06A2D9
RGB
CMYK
RGB Variations
Color information
#06A2D9 (or 0x06A2D9) is known color: Pacific Blue. HEX triplet: 06, A2 and D9. RGB value is (6,162,217). Sum of RGB (Red+Green+Blue) = 6+162+217=385 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.56% from 385); Green value is 162 (63.67% from 255 or 42.08% from 385); Blue value is 217 (85.16% from 255 or 56.36% from 385); Max value from RGB is 217 - color contains mainly: blue. Hex color #06A2D9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06A2D9 is #F95D26. Grayscale: #797979. Windows color (decimal): -16342311 or 14262790. OLE color: 14262790.
HSL color Cylindrical-coordinate representation of color #06A2D9: hue angle of 195.64º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06A2D9 is Cyan = 0.97, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 6 | 162 | 217 | - |
| CMYK | 0.97 | 0.25 | 0 | 0.15 |
| HSL | 195.64º | 0.95% | 0.44% | - |
| HSV(B) | 195.64º | 0.97% | 0.85% | - |
| XYZ | 25.52 | 30.89 | 70.26 | - |
| YUV | 121.63 | 181.82 | 45.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 162 | 217 | 0.97 | 0.25 | 0 | 0.15 | 195.64 | 0.95 | 0.44 |
| Hex | 6 | A2 | D9 | 61 | 19 | 0 | F | C4 | 5F | 2C |
| Octal | 6 | 242 | 331 | 141 | 31 | 0 | 17 | 304 | 137 | 54 |
| Binary | 110 | 10100010 | 11011001 | 1100001 | 11001 | 0 | 1111 | 11000100 | 1011111 | 101100 |
Color Harmonies of #06A2D9
Complementary color
Monochromatic Colors of #06A2D9
Black with #06A2D9
Text Example
Text Example
White with #06A2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A2D9; }
p { color: rgb(6,162,217); }
H1.HeaderClassName
{
color: #06A2D9;
}
.AnyTagClassName
{
color: #06A2D9;
}
</style>
background-color css
<style>
a { background-color: #06A2D9; }
a { background-color: rgb(6,162,217); }
div.DivClassName
{
background-color: #06A2D9;
}
.BgClassName
{
background-color: #06A2D9;
}
</style>
border-color css
<style>
span { border-color: #06A2D9; }
span { border-color: rgb(6,162,217); }
td.TdClassName
{
border-color: #06A2D9;
}
.TagClassName
{
border-color: #06A2D9;
}
</style>