Shades of Picton Blue #689DDA
Tints of Picton Blue #689DDA
RGB
CMYK
RGB Variations
Color information
#689DDA (or 0x689DDA) is known color: Picton Blue. HEX triplet: 68, 9D and DA. RGB value is (104,157,218). Sum of RGB (Red+Green+Blue) = 104+157+218=479 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.71% from 479); Green value is 157 (61.72% from 255 or 32.78% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 218 - color contains mainly: blue. Hex color #689DDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689DDA is #976225. Grayscale: #939393. Windows color (decimal): -9921062 or 14327144. OLE color: 14327144.
HSL color Cylindrical-coordinate representation of color #689DDA: hue angle of 212.11º degrees, saturation: 0.61, 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 #689DDA is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 157 | 218 | - |
| CMYK | 0.52 | 0.28 | 0 | 0.15 |
| HSL | 212.11º | 0.61% | 0.63% | - |
| HSV(B) | 212.11º | 0.52% | 0.85% | - |
| XYZ | 30.42 | 32.12 | 70.93 | - |
| YUV | 148.11 | 167.44 | 96.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 157 | 218 | 0.52 | 0.28 | 0 | 0.15 | 212.11 | 0.61 | 0.63 |
| Hex | 68 | 9D | DA | 34 | 1C | 0 | F | D4 | 3D | 3F |
| Octal | 150 | 235 | 332 | 64 | 34 | 0 | 17 | 324 | 75 | 77 |
| Binary | 1101000 | 10011101 | 11011010 | 110100 | 11100 | 0 | 1111 | 11010100 | 111101 | 111111 |
Color Harmonies of #689DDA
Complementary color
Monochromatic Colors of #689DDA
Black with #689DDA
Text Example
Text Example
White with #689DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689DDA; }
p { color: rgb(104,157,218); }
H1.HeaderClassName
{
color: #689DDA;
}
.AnyTagClassName
{
color: #689DDA;
}
</style>
background-color css
<style>
a { background-color: #689DDA; }
a { background-color: rgb(104,157,218); }
div.DivClassName
{
background-color: #689DDA;
}
.BgClassName
{
background-color: #689DDA;
}
</style>
border-color css
<style>
span { border-color: #689DDA; }
span { border-color: rgb(104,157,218); }
td.TdClassName
{
border-color: #689DDA;
}
.TagClassName
{
border-color: #689DDA;
}
</style>