Shades of Pacific Blue #06A1DC
Tints of Pacific Blue #06A1DC
RGB
CMYK
RGB Variations
Color information
#06A1DC (or 0x06A1DC) is known color: Pacific Blue. HEX triplet: 06, A1 and DC. RGB value is (6,161,220). Sum of RGB (Red+Green+Blue) = 6+161+220=387 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.55% from 387); Green value is 161 (63.28% from 255 or 41.60% from 387); Blue value is 220 (86.33% from 255 or 56.85% from 387); Max value from RGB is 220 - color contains mainly: blue. Hex color #06A1DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06A1DC is #F95E23. Grayscale: #787878. Windows color (decimal): -16342564 or 14459142. OLE color: 14459142.
HSL color Cylindrical-coordinate representation of color #06A1DC: hue angle of 196.54º 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 #06A1DC is Cyan = 0.97, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 161 | 220 | - |
| CMYK | 0.97 | 0.27 | 0 | 0.14 |
| HSL | 196.54º | 0.95% | 0.44% | - |
| HSV(B) | 196.54º | 0.97% | 0.86% | - |
| XYZ | 25.74 | 30.7 | 72.28 | - |
| YUV | 121.38 | 183.65 | 45.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 161 | 220 | 0.97 | 0.27 | 0 | 0.14 | 196.54 | 0.95 | 0.44 |
| Hex | 6 | A1 | DC | 61 | 1B | 0 | E | C5 | 5F | 2C |
| Octal | 6 | 241 | 334 | 141 | 33 | 0 | 16 | 305 | 137 | 54 |
| Binary | 110 | 10100001 | 11011100 | 1100001 | 11011 | 0 | 1110 | 11000101 | 1011111 | 101100 |
Color Harmonies of #06A1DC
Complementary color
Monochromatic Colors of #06A1DC
Black with #06A1DC
Text Example
Text Example
White with #06A1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A1DC; }
p { color: rgb(6,161,220); }
H1.HeaderClassName
{
color: #06A1DC;
}
.AnyTagClassName
{
color: #06A1DC;
}
</style>
background-color css
<style>
a { background-color: #06A1DC; }
a { background-color: rgb(6,161,220); }
div.DivClassName
{
background-color: #06A1DC;
}
.BgClassName
{
background-color: #06A1DC;
}
</style>
border-color css
<style>
span { border-color: #06A1DC; }
span { border-color: rgb(6,161,220); }
td.TdClassName
{
border-color: #06A1DC;
}
.TagClassName
{
border-color: #06A1DC;
}
</style>