Shades of Picton Blue #659DCF
Tints of Picton Blue #659DCF
RGB
CMYK
RGB Variations
Color information
#659DCF (or 0x659DCF) is known color: Picton Blue. HEX triplet: 65, 9D and CF. RGB value is (101,157,207). Sum of RGB (Red+Green+Blue) = 101+157+207=465 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.72% from 465); Green value is 157 (61.72% from 255 or 33.76% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 207 - color contains mainly: blue. Hex color #659DCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659DCF is #9A6230. Grayscale: #919191. Windows color (decimal): -10117681 or 13606245. OLE color: 13606245.
HSL color Cylindrical-coordinate representation of color #659DCF: hue angle of 208.3º 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 #659DCF is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 157 | 207 | - |
| CMYK | 0.51 | 0.24 | 0 | 0.19 |
| HSL | 208.3º | 0.52% | 0.6% | - |
| HSV(B) | 208.3º | 0.51% | 0.81% | - |
| XYZ | 28.69 | 31.39 | 63.58 | - |
| YUV | 145.96 | 162.45 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 157 | 207 | 0.51 | 0.24 | 0 | 0.19 | 208.3 | 0.52 | 0.6 |
| Hex | 65 | 9D | CF | 33 | 18 | 0 | 13 | D0 | 34 | 3C |
| Octal | 145 | 235 | 317 | 63 | 30 | 0 | 23 | 320 | 64 | 74 |
| Binary | 1100101 | 10011101 | 11001111 | 110011 | 11000 | 0 | 10011 | 11010000 | 110100 | 111100 |
Color Harmonies of #659DCF
Complementary color
Monochromatic Colors of #659DCF
Black with #659DCF
Text Example
Text Example
White with #659DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659DCF; }
p { color: rgb(101,157,207); }
H1.HeaderClassName
{
color: #659DCF;
}
.AnyTagClassName
{
color: #659DCF;
}
</style>
background-color css
<style>
a { background-color: #659DCF; }
a { background-color: rgb(101,157,207); }
div.DivClassName
{
background-color: #659DCF;
}
.BgClassName
{
background-color: #659DCF;
}
</style>
border-color css
<style>
span { border-color: #659DCF; }
span { border-color: rgb(101,157,207); }
td.TdClassName
{
border-color: #659DCF;
}
.TagClassName
{
border-color: #659DCF;
}
</style>