Shades of Picton Blue #689DCD
Tints of Picton Blue #689DCD
RGB
CMYK
RGB Variations
Color information
#689DCD (or 0x689DCD) is known color: Picton Blue. HEX triplet: 68, 9D and CD. RGB value is (104,157,205). Sum of RGB (Red+Green+Blue) = 104+157+205=466 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.32% from 466); Green value is 157 (61.72% from 255 or 33.69% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 205 - color contains mainly: blue. Hex color #689DCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689DCD is #976232. Grayscale: #929292. Windows color (decimal): -9921075 or 13475176. OLE color: 13475176.
HSL color Cylindrical-coordinate representation of color #689DCD: hue angle of 208.51º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #689DCD is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 157 | 205 | - |
| CMYK | 0.49 | 0.23 | 0 | 0.20 |
| HSL | 208.51º | 0.5% | 0.61% | - |
| HSV(B) | 208.51º | 0.49% | 0.8% | - |
| XYZ | 28.79 | 31.46 | 62.31 | - |
| YUV | 146.63 | 160.94 | 97.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 157 | 205 | 0.49 | 0.23 | 0 | 0.20 | 208.51 | 0.5 | 0.61 |
| Hex | 68 | 9D | CD | 31 | 17 | 0 | 14 | D1 | 32 | 3D |
| Octal | 150 | 235 | 315 | 61 | 27 | 0 | 24 | 321 | 62 | 75 |
| Binary | 1101000 | 10011101 | 11001101 | 110001 | 10111 | 0 | 10100 | 11010001 | 110010 | 111101 |
Color Harmonies of #689DCD
Complementary color
Monochromatic Colors of #689DCD
Black with #689DCD
Text Example
Text Example
White with #689DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689DCD; }
p { color: rgb(104,157,205); }
H1.HeaderClassName
{
color: #689DCD;
}
.AnyTagClassName
{
color: #689DCD;
}
</style>
background-color css
<style>
a { background-color: #689DCD; }
a { background-color: rgb(104,157,205); }
div.DivClassName
{
background-color: #689DCD;
}
.BgClassName
{
background-color: #689DCD;
}
</style>
border-color css
<style>
span { border-color: #689DCD; }
span { border-color: rgb(104,157,205); }
td.TdClassName
{
border-color: #689DCD;
}
.TagClassName
{
border-color: #689DCD;
}
</style>