Shades of Picton Blue #659FD1
Tints of Picton Blue #659FD1
RGB
CMYK
RGB Variations
Color information
#659FD1 (or 0x659FD1) is known color: Picton Blue. HEX triplet: 65, 9F and D1. RGB value is (101,159,209). Sum of RGB (Red+Green+Blue) = 101+159+209=469 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.54% from 469); Green value is 159 (62.5% from 255 or 33.90% from 469); Blue value is 209 (82.03% from 255 or 44.56% from 469); Max value from RGB is 209 - color contains mainly: blue. Hex color #659FD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659FD1 is #9A602E. Grayscale: #939393. Windows color (decimal): -10117167 or 13737829. OLE color: 13737829.
HSL color Cylindrical-coordinate representation of color #659FD1: hue angle of 207.78º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #659FD1 is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 101 | 159 | 209 | - |
| CMYK | 0.52 | 0.24 | 0 | 0.18 |
| HSL | 207.78º | 0.54% | 0.61% | - |
| HSV(B) | 207.78º | 0.52% | 0.82% | - |
| XYZ | 29.27 | 32.17 | 64.99 | - |
| YUV | 147.36 | 162.78 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 159 | 209 | 0.52 | 0.24 | 0 | 0.18 | 207.78 | 0.54 | 0.61 |
| Hex | 65 | 9F | D1 | 34 | 18 | 0 | 12 | D0 | 36 | 3D |
| Octal | 145 | 237 | 321 | 64 | 30 | 0 | 22 | 320 | 66 | 75 |
| Binary | 1100101 | 10011111 | 11010001 | 110100 | 11000 | 0 | 10010 | 11010000 | 110110 | 111101 |
Color Harmonies of #659FD1
Complementary color
Monochromatic Colors of #659FD1
Black with #659FD1
Text Example
Text Example
White with #659FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659FD1; }
p { color: rgb(101,159,209); }
H1.HeaderClassName
{
color: #659FD1;
}
.AnyTagClassName
{
color: #659FD1;
}
</style>
background-color css
<style>
a { background-color: #659FD1; }
a { background-color: rgb(101,159,209); }
div.DivClassName
{
background-color: #659FD1;
}
.BgClassName
{
background-color: #659FD1;
}
</style>
border-color css
<style>
span { border-color: #659FD1; }
span { border-color: rgb(101,159,209); }
td.TdClassName
{
border-color: #659FD1;
}
.TagClassName
{
border-color: #659FD1;
}
</style>