Shades of Picton Blue #689CD2
Tints of Picton Blue #689CD2
RGB
CMYK
RGB Variations
Color information
#689CD2 (or 0x689CD2) is known color: Picton Blue. HEX triplet: 68, 9C and D2. RGB value is (104,156,210). Sum of RGB (Red+Green+Blue) = 104+156+210=470 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.13% from 470); Green value is 156 (61.33% from 255 or 33.19% from 470); Blue value is 210 (82.42% from 255 or 44.68% from 470); Max value from RGB is 210 - color contains mainly: blue. Hex color #689CD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689CD2 is #97632D. Grayscale: #929292. Windows color (decimal): -9921326 or 13802600. OLE color: 13802600.
HSL color Cylindrical-coordinate representation of color #689CD2: hue angle of 210.57º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #689CD2 is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 104 | 156 | 210 | - |
| CMYK | 0.50 | 0.26 | 0 | 0.18 |
| HSL | 210.57º | 0.54% | 0.62% | - |
| HSV(B) | 210.57º | 0.5% | 0.82% | - |
| XYZ | 29.23 | 31.37 | 65.49 | - |
| YUV | 146.61 | 163.77 | 97.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 156 | 210 | 0.50 | 0.26 | 0 | 0.18 | 210.57 | 0.54 | 0.62 |
| Hex | 68 | 9C | D2 | 32 | 1A | 0 | 12 | D3 | 36 | 3E |
| Octal | 150 | 234 | 322 | 62 | 32 | 0 | 22 | 323 | 66 | 76 |
| Binary | 1101000 | 10011100 | 11010010 | 110010 | 11010 | 0 | 10010 | 11010011 | 110110 | 111110 |
Color Harmonies of #689CD2
Complementary color
Monochromatic Colors of #689CD2
Black with #689CD2
Text Example
Text Example
White with #689CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689CD2; }
p { color: rgb(104,156,210); }
H1.HeaderClassName
{
color: #689CD2;
}
.AnyTagClassName
{
color: #689CD2;
}
</style>
background-color css
<style>
a { background-color: #689CD2; }
a { background-color: rgb(104,156,210); }
div.DivClassName
{
background-color: #689CD2;
}
.BgClassName
{
background-color: #689CD2;
}
</style>
border-color css
<style>
span { border-color: #689CD2; }
span { border-color: rgb(104,156,210); }
td.TdClassName
{
border-color: #689CD2;
}
.TagClassName
{
border-color: #689CD2;
}
</style>