Shades of Pacific Blue #0690D0
Tints of Pacific Blue #0690D0
RGB
CMYK
RGB Variations
Color information
#0690D0 (or 0x0690D0) is known color: Pacific Blue. HEX triplet: 06, 90 and D0. RGB value is (6,144,208). Sum of RGB (Red+Green+Blue) = 6+144+208=358 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.68% from 358); Green value is 144 (56.64% from 255 or 40.22% from 358); Blue value is 208 (81.64% from 255 or 58.10% from 358); Max value from RGB is 208 - color contains mainly: blue. Hex color #0690D0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0690D0 is #F96F2F. Grayscale: #6D6D6D. Windows color (decimal): -16346928 or 13668358. OLE color: 13668358.
HSL color Cylindrical-coordinate representation of color #0690D0: hue angle of 199.01º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0690D0 is Cyan = 0.97, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 6 | 144 | 208 | - |
| CMYK | 0.97 | 0.31 | 0 | 0.18 |
| HSL | 199.01º | 0.94% | 0.42% | - |
| HSV(B) | 199.01º | 0.97% | 0.82% | - |
| XYZ | 21.43 | 24.54 | 63.28 | - |
| YUV | 110.03 | 183.28 | 53.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 144 | 208 | 0.97 | 0.31 | 0 | 0.18 | 199.01 | 0.94 | 0.42 |
| Hex | 6 | 90 | D0 | 61 | 1F | 0 | 12 | C7 | 5E | 2A |
| Octal | 6 | 220 | 320 | 141 | 37 | 0 | 22 | 307 | 136 | 52 |
| Binary | 110 | 10010000 | 11010000 | 1100001 | 11111 | 0 | 10010 | 11000111 | 1011110 | 101010 |
Color Harmonies of #0690D0
Complementary color
Monochromatic Colors of #0690D0
Black with #0690D0
Text Example
Text Example
White with #0690D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0690D0; }
p { color: rgb(6,144,208); }
H1.HeaderClassName
{
color: #0690D0;
}
.AnyTagClassName
{
color: #0690D0;
}
</style>
background-color css
<style>
a { background-color: #0690D0; }
a { background-color: rgb(6,144,208); }
div.DivClassName
{
background-color: #0690D0;
}
.BgClassName
{
background-color: #0690D0;
}
</style>
border-color css
<style>
span { border-color: #0690D0; }
span { border-color: rgb(6,144,208); }
td.TdClassName
{
border-color: #0690D0;
}
.TagClassName
{
border-color: #0690D0;
}
</style>