Shades of Picton Blue #689EDC
Tints of Picton Blue #689EDC
RGB
CMYK
RGB Variations
Color information
#689EDC (or 0x689EDC) is known color: Picton Blue. HEX triplet: 68, 9E and DC. RGB value is (104,158,220). Sum of RGB (Red+Green+Blue) = 104+158+220=482 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.58% from 482); Green value is 158 (62.11% from 255 or 32.78% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #689EDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689EDC is #976123. Grayscale: #949494. Windows color (decimal): -9920804 or 14458472. OLE color: 14458472.
HSL color Cylindrical-coordinate representation of color #689EDC: hue angle of 212.07º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #689EDC is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 158 | 220 | - |
| CMYK | 0.53 | 0.28 | 0 | 0.14 |
| HSL | 212.07º | 0.62% | 0.64% | - |
| HSV(B) | 212.07º | 0.53% | 0.86% | - |
| XYZ | 30.85 | 32.56 | 72.37 | - |
| YUV | 148.92 | 168.11 | 95.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 158 | 220 | 0.53 | 0.28 | 0 | 0.14 | 212.07 | 0.62 | 0.64 |
| Hex | 68 | 9E | DC | 35 | 1C | 0 | E | D4 | 3E | 40 |
| Octal | 150 | 236 | 334 | 65 | 34 | 0 | 16 | 324 | 76 | 100 |
| Binary | 1101000 | 10011110 | 11011100 | 110101 | 11100 | 0 | 1110 | 11010100 | 111110 | 1000000 |
Color Harmonies of #689EDC
Complementary color
Monochromatic Colors of #689EDC
Black with #689EDC
Text Example
Text Example
White with #689EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689EDC; }
p { color: rgb(104,158,220); }
H1.HeaderClassName
{
color: #689EDC;
}
.AnyTagClassName
{
color: #689EDC;
}
</style>
background-color css
<style>
a { background-color: #689EDC; }
a { background-color: rgb(104,158,220); }
div.DivClassName
{
background-color: #689EDC;
}
.BgClassName
{
background-color: #689EDC;
}
</style>
border-color css
<style>
span { border-color: #689EDC; }
span { border-color: rgb(104,158,220); }
td.TdClassName
{
border-color: #689EDC;
}
.TagClassName
{
border-color: #689EDC;
}
</style>