Shades of Pacific Blue #0690DC
Tints of Pacific Blue #0690DC
RGB
CMYK
RGB Variations
Color information
#0690DC (or 0x0690DC) is known color: Pacific Blue. HEX triplet: 06, 90 and DC. RGB value is (6,144,220). Sum of RGB (Red+Green+Blue) = 6+144+220=370 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.62% from 370); Green value is 144 (56.64% from 255 or 38.92% from 370); Blue value is 220 (86.33% from 255 or 59.46% from 370); Max value from RGB is 220 - color contains mainly: blue. Hex color #0690DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0690DC is #F96F23. Grayscale: #6E6E6E. Windows color (decimal): -16346916 or 14454790. OLE color: 14454790.
HSL color Cylindrical-coordinate representation of color #0690DC: hue angle of 201.31º 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 #0690DC is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 144 | 220 | - |
| CMYK | 0.97 | 0.35 | 0 | 0.14 |
| HSL | 201.31º | 0.95% | 0.44% | - |
| HSV(B) | 201.31º | 0.97% | 0.86% | - |
| XYZ | 22.97 | 25.15 | 71.35 | - |
| YUV | 111.4 | 189.28 | 52.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 144 | 220 | 0.97 | 0.35 | 0 | 0.14 | 201.31 | 0.95 | 0.44 |
| Hex | 6 | 90 | DC | 61 | 23 | 0 | E | C9 | 5F | 2C |
| Octal | 6 | 220 | 334 | 141 | 43 | 0 | 16 | 311 | 137 | 54 |
| Binary | 110 | 10010000 | 11011100 | 1100001 | 100011 | 0 | 1110 | 11001001 | 1011111 | 101100 |
Color Harmonies of #0690DC
Complementary color
Monochromatic Colors of #0690DC
Black with #0690DC
Text Example
Text Example
White with #0690DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0690DC; }
p { color: rgb(6,144,220); }
H1.HeaderClassName
{
color: #0690DC;
}
.AnyTagClassName
{
color: #0690DC;
}
</style>
background-color css
<style>
a { background-color: #0690DC; }
a { background-color: rgb(6,144,220); }
div.DivClassName
{
background-color: #0690DC;
}
.BgClassName
{
background-color: #0690DC;
}
</style>
border-color css
<style>
span { border-color: #0690DC; }
span { border-color: rgb(6,144,220); }
td.TdClassName
{
border-color: #0690DC;
}
.TagClassName
{
border-color: #0690DC;
}
</style>