Shades of Pacific Blue #06A4BD
Tints of Pacific Blue #06A4BD
RGB
CMYK
RGB Variations
Color information
#06A4BD (or 0x06A4BD) is known color: Pacific Blue. HEX triplet: 06, A4 and BD. RGB value is (6,164,189). Sum of RGB (Red+Green+Blue) = 6+164+189=359 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.67% from 359); Green value is 164 (64.45% from 255 or 45.68% from 359); Blue value is 189 (74.22% from 255 or 52.65% from 359); Max value from RGB is 189 - color contains mainly: blue. Hex color #06A4BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06A4BD is #F95B42. Grayscale: #777777. Windows color (decimal): -16341827 or 12428294. OLE color: 12428294.
HSL color Cylindrical-coordinate representation of color #06A4BD: hue angle of 188.2º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06A4BD is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 6 | 164 | 189 | - |
| CMYK | 0.97 | 0.13 | 0 | 0.26 |
| HSL | 188.2º | 0.94% | 0.38% | - |
| HSV(B) | 188.2º | 0.97% | 0.74% | - |
| XYZ | 22.54 | 30.26 | 52.8 | - |
| YUV | 119.61 | 167.15 | 46.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 164 | 189 | 0.97 | 0.13 | 0 | 0.26 | 188.2 | 0.94 | 0.38 |
| Hex | 6 | A4 | BD | 61 | D | 0 | 1A | BC | 5E | 26 |
| Octal | 6 | 244 | 275 | 141 | 15 | 0 | 32 | 274 | 136 | 46 |
| Binary | 110 | 10100100 | 10111101 | 1100001 | 1101 | 0 | 11010 | 10111100 | 1011110 | 100110 |
Color Harmonies of #06A4BD
Complementary color
Monochromatic Colors of #06A4BD
Black with #06A4BD
Text Example
Text Example
White with #06A4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A4BD; }
p { color: rgb(6,164,189); }
H1.HeaderClassName
{
color: #06A4BD;
}
.AnyTagClassName
{
color: #06A4BD;
}
</style>
background-color css
<style>
a { background-color: #06A4BD; }
a { background-color: rgb(6,164,189); }
div.DivClassName
{
background-color: #06A4BD;
}
.BgClassName
{
background-color: #06A4BD;
}
</style>
border-color css
<style>
span { border-color: #06A4BD; }
span { border-color: rgb(6,164,189); }
td.TdClassName
{
border-color: #06A4BD;
}
.TagClassName
{
border-color: #06A4BD;
}
</style>