Shades of Picton Blue #689FDA
Tints of Picton Blue #689FDA
RGB
CMYK
RGB Variations
Color information
#689FDA (or 0x689FDA) is known color: Picton Blue. HEX triplet: 68, 9F and DA. RGB value is (104,159,218). Sum of RGB (Red+Green+Blue) = 104+159+218=481 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.62% from 481); Green value is 159 (62.5% from 255 or 33.06% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 218 - color contains mainly: blue. Hex color #689FDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689FDA is #976025. Grayscale: #949494. Windows color (decimal): -9920550 or 14327656. OLE color: 14327656.
HSL color Cylindrical-coordinate representation of color #689FDA: hue angle of 211.05º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #689FDA is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 159 | 218 | - |
| CMYK | 0.52 | 0.27 | 0 | 0.15 |
| HSL | 211.05º | 0.61% | 0.63% | - |
| HSV(B) | 211.05º | 0.52% | 0.85% | - |
| XYZ | 30.76 | 32.8 | 71.04 | - |
| YUV | 149.28 | 166.78 | 95.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 159 | 218 | 0.52 | 0.27 | 0 | 0.15 | 211.05 | 0.61 | 0.63 |
| Hex | 68 | 9F | DA | 34 | 1B | 0 | F | D3 | 3D | 3F |
| Octal | 150 | 237 | 332 | 64 | 33 | 0 | 17 | 323 | 75 | 77 |
| Binary | 1101000 | 10011111 | 11011010 | 110100 | 11011 | 0 | 1111 | 11010011 | 111101 | 111111 |
Color Harmonies of #689FDA
Complementary color
Monochromatic Colors of #689FDA
Black with #689FDA
Text Example
Text Example
White with #689FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689FDA; }
p { color: rgb(104,159,218); }
H1.HeaderClassName
{
color: #689FDA;
}
.AnyTagClassName
{
color: #689FDA;
}
</style>
background-color css
<style>
a { background-color: #689FDA; }
a { background-color: rgb(104,159,218); }
div.DivClassName
{
background-color: #689FDA;
}
.BgClassName
{
background-color: #689FDA;
}
</style>
border-color css
<style>
span { border-color: #689FDA; }
span { border-color: rgb(104,159,218); }
td.TdClassName
{
border-color: #689FDA;
}
.TagClassName
{
border-color: #689FDA;
}
</style>