Shades of Picton Blue #659FD6
Tints of Picton Blue #659FD6
RGB
CMYK
RGB Variations
Color information
#659FD6 (or 0x659FD6) is known color: Picton Blue. HEX triplet: 65, 9F and D6. RGB value is (101,159,214). Sum of RGB (Red+Green+Blue) = 101+159+214=474 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.31% from 474); Green value is 159 (62.5% from 255 or 33.54% from 474); Blue value is 214 (83.98% from 255 or 45.15% from 474); Max value from RGB is 214 - color contains mainly: blue. Hex color #659FD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659FD6 is #9A6029. Grayscale: #939393. Windows color (decimal): -10117162 or 14065509. OLE color: 14065509.
HSL color Cylindrical-coordinate representation of color #659FD6: hue angle of 209.2º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #659FD6 is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 159 | 214 | - |
| CMYK | 0.53 | 0.26 | 0 | 0.16 |
| HSL | 209.2º | 0.58% | 0.62% | - |
| HSV(B) | 209.2º | 0.53% | 0.84% | - |
| XYZ | 29.9 | 32.42 | 68.3 | - |
| YUV | 147.93 | 165.28 | 94.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 159 | 214 | 0.53 | 0.26 | 0 | 0.16 | 209.2 | 0.58 | 0.62 |
| Hex | 65 | 9F | D6 | 35 | 1A | 0 | 10 | D1 | 3A | 3E |
| Octal | 145 | 237 | 326 | 65 | 32 | 0 | 20 | 321 | 72 | 76 |
| Binary | 1100101 | 10011111 | 11010110 | 110101 | 11010 | 0 | 10000 | 11010001 | 111010 | 111110 |
Color Harmonies of #659FD6
Complementary color
Monochromatic Colors of #659FD6
Black with #659FD6
Text Example
Text Example
White with #659FD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659FD6; }
p { color: rgb(101,159,214); }
H1.HeaderClassName
{
color: #659FD6;
}
.AnyTagClassName
{
color: #659FD6;
}
</style>
background-color css
<style>
a { background-color: #659FD6; }
a { background-color: rgb(101,159,214); }
div.DivClassName
{
background-color: #659FD6;
}
.BgClassName
{
background-color: #659FD6;
}
</style>
border-color css
<style>
span { border-color: #659FD6; }
span { border-color: rgb(101,159,214); }
td.TdClassName
{
border-color: #659FD6;
}
.TagClassName
{
border-color: #659FD6;
}
</style>