Shades of Picton Blue #689BD9
Tints of Picton Blue #689BD9
RGB
CMYK
RGB Variations
Color information
#689BD9 (or 0x689BD9) is known color: Picton Blue. HEX triplet: 68, 9B and D9. RGB value is (104,155,217). Sum of RGB (Red+Green+Blue) = 104+155+217=476 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.85% from 476); Green value is 155 (60.94% from 255 or 32.56% from 476); Blue value is 217 (85.16% from 255 or 45.59% from 476); Max value from RGB is 217 - color contains mainly: blue. Hex color #689BD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689BD9 is #976426. Grayscale: #929292. Windows color (decimal): -9921575 or 14261096. OLE color: 14261096.
HSL color Cylindrical-coordinate representation of color #689BD9: hue angle of 212.92º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #689BD9 is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 155 | 217 | - |
| CMYK | 0.52 | 0.29 | 0 | 0.15 |
| HSL | 212.92º | 0.6% | 0.63% | - |
| HSV(B) | 212.92º | 0.52% | 0.85% | - |
| XYZ | 29.95 | 31.4 | 70.13 | - |
| YUV | 146.82 | 167.6 | 97.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 155 | 217 | 0.52 | 0.29 | 0 | 0.15 | 212.92 | 0.6 | 0.63 |
| Hex | 68 | 9B | D9 | 34 | 1D | 0 | F | D5 | 3C | 3F |
| Octal | 150 | 233 | 331 | 64 | 35 | 0 | 17 | 325 | 74 | 77 |
| Binary | 1101000 | 10011011 | 11011001 | 110100 | 11101 | 0 | 1111 | 11010101 | 111100 | 111111 |
Color Harmonies of #689BD9
Complementary color
Monochromatic Colors of #689BD9
Black with #689BD9
Text Example
Text Example
White with #689BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689BD9; }
p { color: rgb(104,155,217); }
H1.HeaderClassName
{
color: #689BD9;
}
.AnyTagClassName
{
color: #689BD9;
}
</style>
background-color css
<style>
a { background-color: #689BD9; }
a { background-color: rgb(104,155,217); }
div.DivClassName
{
background-color: #689BD9;
}
.BgClassName
{
background-color: #689BD9;
}
</style>
border-color css
<style>
span { border-color: #689BD9; }
span { border-color: rgb(104,155,217); }
td.TdClassName
{
border-color: #689BD9;
}
.TagClassName
{
border-color: #689BD9;
}
</style>