Shades of Pacific Blue #06A1DB
Tints of Pacific Blue #06A1DB
RGB
CMYK
RGB Variations
Color information
#06A1DB (or 0x06A1DB) is known color: Pacific Blue. HEX triplet: 06, A1 and DB. RGB value is (6,161,219). Sum of RGB (Red+Green+Blue) = 6+161+219=386 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.55% from 386); Green value is 161 (63.28% from 255 or 41.71% from 386); Blue value is 219 (85.94% from 255 or 56.74% from 386); Max value from RGB is 219 - color contains mainly: blue. Hex color #06A1DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06A1DB is #F95E24. Grayscale: #787878. Windows color (decimal): -16342565 or 14393606. OLE color: 14393606.
HSL color Cylindrical-coordinate representation of color #06A1DB: hue angle of 196.34º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06A1DB is Cyan = 0.97, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 161 | 219 | - |
| CMYK | 0.97 | 0.26 | 0 | 0.14 |
| HSL | 196.34º | 0.95% | 0.44% | - |
| HSV(B) | 196.34º | 0.97% | 0.86% | - |
| XYZ | 25.61 | 30.64 | 71.58 | - |
| YUV | 121.27 | 183.15 | 45.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 161 | 219 | 0.97 | 0.26 | 0 | 0.14 | 196.34 | 0.95 | 0.44 |
| Hex | 6 | A1 | DB | 61 | 1A | 0 | E | C4 | 5F | 2C |
| Octal | 6 | 241 | 333 | 141 | 32 | 0 | 16 | 304 | 137 | 54 |
| Binary | 110 | 10100001 | 11011011 | 1100001 | 11010 | 0 | 1110 | 11000100 | 1011111 | 101100 |
Color Harmonies of #06A1DB
Complementary color
Monochromatic Colors of #06A1DB
Black with #06A1DB
Text Example
Text Example
White with #06A1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A1DB; }
p { color: rgb(6,161,219); }
H1.HeaderClassName
{
color: #06A1DB;
}
.AnyTagClassName
{
color: #06A1DB;
}
</style>
background-color css
<style>
a { background-color: #06A1DB; }
a { background-color: rgb(6,161,219); }
div.DivClassName
{
background-color: #06A1DB;
}
.BgClassName
{
background-color: #06A1DB;
}
</style>
border-color css
<style>
span { border-color: #06A1DB; }
span { border-color: rgb(6,161,219); }
td.TdClassName
{
border-color: #06A1DB;
}
.TagClassName
{
border-color: #06A1DB;
}
</style>