Shades of Picton Blue #689FDB
Tints of Picton Blue #689FDB
RGB
CMYK
RGB Variations
Color information
#689FDB (or 0x689FDB) is known color: Picton Blue. HEX triplet: 68, 9F and DB. RGB value is (104,159,219). Sum of RGB (Red+Green+Blue) = 104+159+219=482 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.58% from 482); Green value is 159 (62.5% from 255 or 32.99% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #689FDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689FDB is #976024. Grayscale: #959595. Windows color (decimal): -9920549 or 14393192. OLE color: 14393192.
HSL color Cylindrical-coordinate representation of color #689FDB: hue angle of 211.3º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #689FDB is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 159 | 219 | - |
| CMYK | 0.53 | 0.27 | 0 | 0.14 |
| HSL | 211.3º | 0.61% | 0.63% | - |
| HSV(B) | 211.3º | 0.53% | 0.86% | - |
| XYZ | 30.89 | 32.85 | 71.73 | - |
| YUV | 149.4 | 167.28 | 95.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 159 | 219 | 0.53 | 0.27 | 0 | 0.14 | 211.3 | 0.61 | 0.63 |
| Hex | 68 | 9F | DB | 35 | 1B | 0 | E | D3 | 3D | 3F |
| Octal | 150 | 237 | 333 | 65 | 33 | 0 | 16 | 323 | 75 | 77 |
| Binary | 1101000 | 10011111 | 11011011 | 110101 | 11011 | 0 | 1110 | 11010011 | 111101 | 111111 |
Color Harmonies of #689FDB
Complementary color
Monochromatic Colors of #689FDB
Black with #689FDB
Text Example
Text Example
White with #689FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689FDB; }
p { color: rgb(104,159,219); }
H1.HeaderClassName
{
color: #689FDB;
}
.AnyTagClassName
{
color: #689FDB;
}
</style>
background-color css
<style>
a { background-color: #689FDB; }
a { background-color: rgb(104,159,219); }
div.DivClassName
{
background-color: #689FDB;
}
.BgClassName
{
background-color: #689FDB;
}
</style>
border-color css
<style>
span { border-color: #689FDB; }
span { border-color: rgb(104,159,219); }
td.TdClassName
{
border-color: #689FDB;
}
.TagClassName
{
border-color: #689FDB;
}
</style>