Shades of Picton Blue #689BD1
Tints of Picton Blue #689BD1
RGB
CMYK
RGB Variations
Color information
#689BD1 (or 0x689BD1) is known color: Picton Blue. HEX triplet: 68, 9B and D1. RGB value is (104,155,209). Sum of RGB (Red+Green+Blue) = 104+155+209=468 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.22% from 468); Green value is 155 (60.94% from 255 or 33.12% from 468); Blue value is 209 (82.03% from 255 or 44.66% from 468); Max value from RGB is 209 - color contains mainly: blue. Hex color #689BD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689BD1 is #97642E. Grayscale: #919191. Windows color (decimal): -9921583 or 13736808. OLE color: 13736808.
HSL color Cylindrical-coordinate representation of color #689BD1: hue angle of 210.86º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #689BD1 is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 104 | 155 | 209 | - |
| CMYK | 0.50 | 0.26 | 0 | 0.18 |
| HSL | 210.86º | 0.53% | 0.61% | - |
| HSV(B) | 210.86º | 0.5% | 0.82% | - |
| XYZ | 28.94 | 30.99 | 64.78 | - |
| YUV | 145.91 | 163.6 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 155 | 209 | 0.50 | 0.26 | 0 | 0.18 | 210.86 | 0.53 | 0.61 |
| Hex | 68 | 9B | D1 | 32 | 1A | 0 | 12 | D3 | 35 | 3D |
| Octal | 150 | 233 | 321 | 62 | 32 | 0 | 22 | 323 | 65 | 75 |
| Binary | 1101000 | 10011011 | 11010001 | 110010 | 11010 | 0 | 10010 | 11010011 | 110101 | 111101 |
Color Harmonies of #689BD1
Complementary color
Monochromatic Colors of #689BD1
Black with #689BD1
Text Example
Text Example
White with #689BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689BD1; }
p { color: rgb(104,155,209); }
H1.HeaderClassName
{
color: #689BD1;
}
.AnyTagClassName
{
color: #689BD1;
}
</style>
background-color css
<style>
a { background-color: #689BD1; }
a { background-color: rgb(104,155,209); }
div.DivClassName
{
background-color: #689BD1;
}
.BgClassName
{
background-color: #689BD1;
}
</style>
border-color css
<style>
span { border-color: #689BD1; }
span { border-color: rgb(104,155,209); }
td.TdClassName
{
border-color: #689BD1;
}
.TagClassName
{
border-color: #689BD1;
}
</style>