Shades of Picton Blue #659FD3
Tints of Picton Blue #659FD3
RGB
CMYK
RGB Variations
Color information
#659FD3 (or 0x659FD3) is known color: Picton Blue. HEX triplet: 65, 9F and D3. RGB value is (101,159,211). Sum of RGB (Red+Green+Blue) = 101+159+211=471 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.44% from 471); Green value is 159 (62.5% from 255 or 33.76% from 471); Blue value is 211 (82.81% from 255 or 44.80% from 471); Max value from RGB is 211 - color contains mainly: blue. Hex color #659FD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659FD3 is #9A602C. Grayscale: #939393. Windows color (decimal): -10117165 or 13868901. OLE color: 13868901.
HSL color Cylindrical-coordinate representation of color #659FD3: hue angle of 208.36º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #659FD3 is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 101 | 159 | 211 | - |
| CMYK | 0.52 | 0.25 | 0 | 0.17 |
| HSL | 208.36º | 0.56% | 0.61% | - |
| HSV(B) | 208.36º | 0.52% | 0.83% | - |
| XYZ | 29.52 | 32.27 | 66.3 | - |
| YUV | 147.59 | 163.78 | 94.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 159 | 211 | 0.52 | 0.25 | 0 | 0.17 | 208.36 | 0.56 | 0.61 |
| Hex | 65 | 9F | D3 | 34 | 19 | 0 | 11 | D0 | 38 | 3D |
| Octal | 145 | 237 | 323 | 64 | 31 | 0 | 21 | 320 | 70 | 75 |
| Binary | 1100101 | 10011111 | 11010011 | 110100 | 11001 | 0 | 10001 | 11010000 | 111000 | 111101 |
Color Harmonies of #659FD3
Complementary color
Monochromatic Colors of #659FD3
Black with #659FD3
Text Example
Text Example
White with #659FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659FD3; }
p { color: rgb(101,159,211); }
H1.HeaderClassName
{
color: #659FD3;
}
.AnyTagClassName
{
color: #659FD3;
}
</style>
background-color css
<style>
a { background-color: #659FD3; }
a { background-color: rgb(101,159,211); }
div.DivClassName
{
background-color: #659FD3;
}
.BgClassName
{
background-color: #659FD3;
}
</style>
border-color css
<style>
span { border-color: #659FD3; }
span { border-color: rgb(101,159,211); }
td.TdClassName
{
border-color: #659FD3;
}
.TagClassName
{
border-color: #659FD3;
}
</style>