Shades of Picton Blue #659ECF
Tints of Picton Blue #659ECF
RGB
CMYK
RGB Variations
Color information
#659ECF (or 0x659ECF) is known color: Picton Blue. HEX triplet: 65, 9E and CF. RGB value is (101,158,207). Sum of RGB (Red+Green+Blue) = 101+158+207=466 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.67% from 466); Green value is 158 (62.11% from 255 or 33.91% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #659ECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659ECF is #9A6130. Grayscale: #929292. Windows color (decimal): -10117425 or 13606501. OLE color: 13606501.
HSL color Cylindrical-coordinate representation of color #659ECF: hue angle of 207.74º 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 #659ECF is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 158 | 207 | - |
| CMYK | 0.51 | 0.24 | 0 | 0.19 |
| HSL | 207.74º | 0.52% | 0.6% | - |
| HSV(B) | 207.74º | 0.51% | 0.81% | - |
| XYZ | 28.86 | 31.73 | 63.63 | - |
| YUV | 146.54 | 162.12 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 158 | 207 | 0.51 | 0.24 | 0 | 0.19 | 207.74 | 0.52 | 0.6 |
| Hex | 65 | 9E | CF | 33 | 18 | 0 | 13 | D0 | 34 | 3C |
| Octal | 145 | 236 | 317 | 63 | 30 | 0 | 23 | 320 | 64 | 74 |
| Binary | 1100101 | 10011110 | 11001111 | 110011 | 11000 | 0 | 10011 | 11010000 | 110100 | 111100 |
Color Harmonies of #659ECF
Complementary color
Monochromatic Colors of #659ECF
Black with #659ECF
Text Example
Text Example
White with #659ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659ECF; }
p { color: rgb(101,158,207); }
H1.HeaderClassName
{
color: #659ECF;
}
.AnyTagClassName
{
color: #659ECF;
}
</style>
background-color css
<style>
a { background-color: #659ECF; }
a { background-color: rgb(101,158,207); }
div.DivClassName
{
background-color: #659ECF;
}
.BgClassName
{
background-color: #659ECF;
}
</style>
border-color css
<style>
span { border-color: #659ECF; }
span { border-color: rgb(101,158,207); }
td.TdClassName
{
border-color: #659ECF;
}
.TagClassName
{
border-color: #659ECF;
}
</style>