Shades of Picton Blue #689FD8
Tints of Picton Blue #689FD8
RGB
CMYK
RGB Variations
Color information
#689FD8 (or 0x689FD8) is known color: Picton Blue. HEX triplet: 68, 9F and D8. RGB value is (104,159,216). Sum of RGB (Red+Green+Blue) = 104+159+216=479 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.71% from 479); Green value is 159 (62.5% from 255 or 33.19% from 479); Blue value is 216 (84.77% from 255 or 45.09% from 479); Max value from RGB is 216 - color contains mainly: blue. Hex color #689FD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689FD8 is #976027. Grayscale: #949494. Windows color (decimal): -9920552 or 14196584. OLE color: 14196584.
HSL color Cylindrical-coordinate representation of color #689FD8: hue angle of 210.54º degrees, saturation: 0.59, 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 #689FD8 is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 159 | 216 | - |
| CMYK | 0.52 | 0.26 | 0 | 0.15 |
| HSL | 210.54º | 0.59% | 0.63% | - |
| HSV(B) | 210.54º | 0.52% | 0.85% | - |
| XYZ | 30.5 | 32.7 | 69.67 | - |
| YUV | 149.05 | 165.78 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 159 | 216 | 0.52 | 0.26 | 0 | 0.15 | 210.54 | 0.59 | 0.63 |
| Hex | 68 | 9F | D8 | 34 | 1A | 0 | F | D3 | 3B | 3F |
| Octal | 150 | 237 | 330 | 64 | 32 | 0 | 17 | 323 | 73 | 77 |
| Binary | 1101000 | 10011111 | 11011000 | 110100 | 11010 | 0 | 1111 | 11010011 | 111011 | 111111 |
Color Harmonies of #689FD8
Complementary color
Monochromatic Colors of #689FD8
Black with #689FD8
Text Example
Text Example
White with #689FD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689FD8; }
p { color: rgb(104,159,216); }
H1.HeaderClassName
{
color: #689FD8;
}
.AnyTagClassName
{
color: #689FD8;
}
</style>
background-color css
<style>
a { background-color: #689FD8; }
a { background-color: rgb(104,159,216); }
div.DivClassName
{
background-color: #689FD8;
}
.BgClassName
{
background-color: #689FD8;
}
</style>
border-color css
<style>
span { border-color: #689FD8; }
span { border-color: rgb(104,159,216); }
td.TdClassName
{
border-color: #689FD8;
}
.TagClassName
{
border-color: #689FD8;
}
</style>