Shades of Pacific Blue #06A1DD
Tints of Pacific Blue #06A1DD
RGB
CMYK
RGB Variations
Color information
#06A1DD (or 0x06A1DD) is known color: Pacific Blue. HEX triplet: 06, A1 and DD. RGB value is (6,161,221). Sum of RGB (Red+Green+Blue) = 6+161+221=388 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.55% from 388); Green value is 161 (63.28% from 255 or 41.49% from 388); Blue value is 221 (86.72% from 255 or 56.96% from 388); Max value from RGB is 221 - color contains mainly: blue. Hex color #06A1DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06A1DD is #F95E22. Grayscale: #797979. Windows color (decimal): -16342563 or 14524678. OLE color: 14524678.
HSL color Cylindrical-coordinate representation of color #06A1DD: hue angle of 196.74º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06A1DD is Cyan = 0.97, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 161 | 221 | - |
| CMYK | 0.97 | 0.27 | 0 | 0.13 |
| HSL | 196.74º | 0.95% | 0.45% | - |
| HSV(B) | 196.74º | 0.97% | 0.87% | - |
| XYZ | 25.87 | 30.75 | 72.98 | - |
| YUV | 121.5 | 184.15 | 45.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 161 | 221 | 0.97 | 0.27 | 0 | 0.13 | 196.74 | 0.95 | 0.45 |
| Hex | 6 | A1 | DD | 61 | 1B | 0 | D | C5 | 5F | 2D |
| Octal | 6 | 241 | 335 | 141 | 33 | 0 | 15 | 305 | 137 | 55 |
| Binary | 110 | 10100001 | 11011101 | 1100001 | 11011 | 0 | 1101 | 11000101 | 1011111 | 101101 |
Color Harmonies of #06A1DD
Complementary color
Monochromatic Colors of #06A1DD
Black with #06A1DD
Text Example
Text Example
White with #06A1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A1DD; }
p { color: rgb(6,161,221); }
H1.HeaderClassName
{
color: #06A1DD;
}
.AnyTagClassName
{
color: #06A1DD;
}
</style>
background-color css
<style>
a { background-color: #06A1DD; }
a { background-color: rgb(6,161,221); }
div.DivClassName
{
background-color: #06A1DD;
}
.BgClassName
{
background-color: #06A1DD;
}
</style>
border-color css
<style>
span { border-color: #06A1DD; }
span { border-color: rgb(6,161,221); }
td.TdClassName
{
border-color: #06A1DD;
}
.TagClassName
{
border-color: #06A1DD;
}
</style>