Shades of Picton Blue #689AD6
Tints of Picton Blue #689AD6
RGB
CMYK
RGB Variations
Color information
#689AD6 (or 0x689AD6) is known color: Picton Blue. HEX triplet: 68, 9A and D6. RGB value is (104,154,214). Sum of RGB (Red+Green+Blue) = 104+154+214=472 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.03% from 472); Green value is 154 (60.55% from 255 or 32.63% from 472); Blue value is 214 (83.98% from 255 or 45.34% from 472); Max value from RGB is 214 - color contains mainly: blue. Hex color #689AD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689AD6 is #976529. Grayscale: #919191. Windows color (decimal): -9921834 or 14064232. OLE color: 14064232.
HSL color Cylindrical-coordinate representation of color #689AD6: hue angle of 212.73º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #689AD6 is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 154 | 214 | - |
| CMYK | 0.51 | 0.28 | 0 | 0.16 |
| HSL | 212.73º | 0.57% | 0.62% | - |
| HSV(B) | 212.73º | 0.51% | 0.84% | - |
| XYZ | 29.4 | 30.91 | 68.03 | - |
| YUV | 145.89 | 166.44 | 98.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 154 | 214 | 0.51 | 0.28 | 0 | 0.16 | 212.73 | 0.57 | 0.62 |
| Hex | 68 | 9A | D6 | 33 | 1C | 0 | 10 | D5 | 39 | 3E |
| Octal | 150 | 232 | 326 | 63 | 34 | 0 | 20 | 325 | 71 | 76 |
| Binary | 1101000 | 10011010 | 11010110 | 110011 | 11100 | 0 | 10000 | 11010101 | 111001 | 111110 |
Color Harmonies of #689AD6
Complementary color
Monochromatic Colors of #689AD6
Black with #689AD6
Text Example
Text Example
White with #689AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689AD6; }
p { color: rgb(104,154,214); }
H1.HeaderClassName
{
color: #689AD6;
}
.AnyTagClassName
{
color: #689AD6;
}
</style>
background-color css
<style>
a { background-color: #689AD6; }
a { background-color: rgb(104,154,214); }
div.DivClassName
{
background-color: #689AD6;
}
.BgClassName
{
background-color: #689AD6;
}
</style>
border-color css
<style>
span { border-color: #689AD6; }
span { border-color: rgb(104,154,214); }
td.TdClassName
{
border-color: #689AD6;
}
.TagClassName
{
border-color: #689AD6;
}
</style>