Shades of Pacific Blue #0690DF
Tints of Pacific Blue #0690DF
RGB
CMYK
RGB Variations
Color information
#0690DF (or 0x0690DF) is known color: Pacific Blue. HEX triplet: 06, 90 and DF. RGB value is (6,144,223). Sum of RGB (Red+Green+Blue) = 6+144+223=373 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.61% from 373); Green value is 144 (56.64% from 255 or 38.61% from 373); Blue value is 223 (87.5% from 255 or 59.79% from 373); Max value from RGB is 223 - color contains mainly: blue. Hex color #0690DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0690DF is #F96F20. Grayscale: #6F6F6F. Windows color (decimal): -16346913 or 14651398. OLE color: 14651398.
HSL color Cylindrical-coordinate representation of color #0690DF: hue angle of 201.84º 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 #0690DF is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 144 | 223 | - |
| CMYK | 0.97 | 0.35 | 0 | 0.13 |
| HSL | 201.84º | 0.95% | 0.45% | - |
| HSV(B) | 201.84º | 0.97% | 0.87% | - |
| XYZ | 23.37 | 25.31 | 73.47 | - |
| YUV | 111.74 | 190.78 | 52.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 144 | 223 | 0.97 | 0.35 | 0 | 0.13 | 201.84 | 0.95 | 0.45 |
| Hex | 6 | 90 | DF | 61 | 23 | 0 | D | CA | 5F | 2D |
| Octal | 6 | 220 | 337 | 141 | 43 | 0 | 15 | 312 | 137 | 55 |
| Binary | 110 | 10010000 | 11011111 | 1100001 | 100011 | 0 | 1101 | 11001010 | 1011111 | 101101 |
Color Harmonies of #0690DF
Complementary color
Monochromatic Colors of #0690DF
Black with #0690DF
Text Example
Text Example
White with #0690DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0690DF; }
p { color: rgb(6,144,223); }
H1.HeaderClassName
{
color: #0690DF;
}
.AnyTagClassName
{
color: #0690DF;
}
</style>
background-color css
<style>
a { background-color: #0690DF; }
a { background-color: rgb(6,144,223); }
div.DivClassName
{
background-color: #0690DF;
}
.BgClassName
{
background-color: #0690DF;
}
</style>
border-color css
<style>
span { border-color: #0690DF; }
span { border-color: rgb(6,144,223); }
td.TdClassName
{
border-color: #0690DF;
}
.TagClassName
{
border-color: #0690DF;
}
</style>