Shades of Picton Blue #659FCF
Tints of Picton Blue #659FCF
RGB
CMYK
RGB Variations
Color information
#659FCF (or 0x659FCF) is known color: Picton Blue. HEX triplet: 65, 9F and CF. RGB value is (101,159,207). Sum of RGB (Red+Green+Blue) = 101+159+207=467 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.63% from 467); Green value is 159 (62.5% from 255 or 34.05% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: blue. Hex color #659FCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659FCF is #9A6030. Grayscale: #929292. Windows color (decimal): -10117169 or 13606757. OLE color: 13606757.
HSL color Cylindrical-coordinate representation of color #659FCF: hue angle of 207.17º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #659FCF is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 159 | 207 | - |
| CMYK | 0.51 | 0.23 | 0 | 0.19 |
| HSL | 207.17º | 0.52% | 0.6% | - |
| HSV(B) | 207.17º | 0.51% | 0.81% | - |
| XYZ | 29.03 | 32.07 | 63.69 | - |
| YUV | 147.13 | 161.78 | 95.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 159 | 207 | 0.51 | 0.23 | 0 | 0.19 | 207.17 | 0.52 | 0.6 |
| Hex | 65 | 9F | CF | 33 | 17 | 0 | 13 | CF | 34 | 3C |
| Octal | 145 | 237 | 317 | 63 | 27 | 0 | 23 | 317 | 64 | 74 |
| Binary | 1100101 | 10011111 | 11001111 | 110011 | 10111 | 0 | 10011 | 11001111 | 110100 | 111100 |
Color Harmonies of #659FCF
Complementary color
Monochromatic Colors of #659FCF
Black with #659FCF
Text Example
Text Example
White with #659FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659FCF; }
p { color: rgb(101,159,207); }
H1.HeaderClassName
{
color: #659FCF;
}
.AnyTagClassName
{
color: #659FCF;
}
</style>
background-color css
<style>
a { background-color: #659FCF; }
a { background-color: rgb(101,159,207); }
div.DivClassName
{
background-color: #659FCF;
}
.BgClassName
{
background-color: #659FCF;
}
</style>
border-color css
<style>
span { border-color: #659FCF; }
span { border-color: rgb(101,159,207); }
td.TdClassName
{
border-color: #659FCF;
}
.TagClassName
{
border-color: #659FCF;
}
</style>