Shades of Picton Blue #689DDB
Tints of Picton Blue #689DDB
RGB
CMYK
RGB Variations
Color information
#689DDB (or 0x689DDB) is known color: Picton Blue. HEX triplet: 68, 9D and DB. RGB value is (104,157,219). Sum of RGB (Red+Green+Blue) = 104+157+219=480 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.67% from 480); Green value is 157 (61.72% from 255 or 32.71% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #689DDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689DDB is #976224. Grayscale: #939393. Windows color (decimal): -9921061 or 14392680. OLE color: 14392680.
HSL color Cylindrical-coordinate representation of color #689DDB: hue angle of 212.35º 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 #689DDB is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 157 | 219 | - |
| CMYK | 0.53 | 0.28 | 0 | 0.14 |
| HSL | 212.35º | 0.61% | 0.63% | - |
| HSV(B) | 212.35º | 0.53% | 0.86% | - |
| XYZ | 30.55 | 32.17 | 71.62 | - |
| YUV | 148.22 | 167.94 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 157 | 219 | 0.53 | 0.28 | 0 | 0.14 | 212.35 | 0.61 | 0.63 |
| Hex | 68 | 9D | DB | 35 | 1C | 0 | E | D4 | 3D | 3F |
| Octal | 150 | 235 | 333 | 65 | 34 | 0 | 16 | 324 | 75 | 77 |
| Binary | 1101000 | 10011101 | 11011011 | 110101 | 11100 | 0 | 1110 | 11010100 | 111101 | 111111 |
Color Harmonies of #689DDB
Complementary color
Monochromatic Colors of #689DDB
Black with #689DDB
Text Example
Text Example
White with #689DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689DDB; }
p { color: rgb(104,157,219); }
H1.HeaderClassName
{
color: #689DDB;
}
.AnyTagClassName
{
color: #689DDB;
}
</style>
background-color css
<style>
a { background-color: #689DDB; }
a { background-color: rgb(104,157,219); }
div.DivClassName
{
background-color: #689DDB;
}
.BgClassName
{
background-color: #689DDB;
}
</style>
border-color css
<style>
span { border-color: #689DDB; }
span { border-color: rgb(104,157,219); }
td.TdClassName
{
border-color: #689DDB;
}
.TagClassName
{
border-color: #689DDB;
}
</style>