Shades of Picton Blue #659AD6
Tints of Picton Blue #659AD6
RGB
CMYK
RGB Variations
Color information
#659AD6 (or 0x659AD6) is known color: Picton Blue. HEX triplet: 65, 9A and D6. RGB value is (101,154,214). Sum of RGB (Red+Green+Blue) = 101+154+214=469 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.54% from 469); Green value is 154 (60.55% from 255 or 32.84% from 469); Blue value is 214 (83.98% from 255 or 45.63% from 469); Max value from RGB is 214 - color contains mainly: blue. Hex color #659AD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659AD6 is #9A6529. Grayscale: #909090. Windows color (decimal): -10118442 or 14064229. OLE color: 14064229.
HSL color Cylindrical-coordinate representation of color #659AD6: hue angle of 211.86º 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 #659AD6 is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 154 | 214 | - |
| CMYK | 0.53 | 0.28 | 0 | 0.16 |
| HSL | 211.86º | 0.58% | 0.62% | - |
| HSV(B) | 211.86º | 0.53% | 0.84% | - |
| XYZ | 29.06 | 30.73 | 68.02 | - |
| YUV | 144.99 | 166.94 | 96.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 154 | 214 | 0.53 | 0.28 | 0 | 0.16 | 211.86 | 0.58 | 0.62 |
| Hex | 65 | 9A | D6 | 35 | 1C | 0 | 10 | D4 | 3A | 3E |
| Octal | 145 | 232 | 326 | 65 | 34 | 0 | 20 | 324 | 72 | 76 |
| Binary | 1100101 | 10011010 | 11010110 | 110101 | 11100 | 0 | 10000 | 11010100 | 111010 | 111110 |
Color Harmonies of #659AD6
Complementary color
Monochromatic Colors of #659AD6
Black with #659AD6
Text Example
Text Example
White with #659AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659AD6; }
p { color: rgb(101,154,214); }
H1.HeaderClassName
{
color: #659AD6;
}
.AnyTagClassName
{
color: #659AD6;
}
</style>
background-color css
<style>
a { background-color: #659AD6; }
a { background-color: rgb(101,154,214); }
div.DivClassName
{
background-color: #659AD6;
}
.BgClassName
{
background-color: #659AD6;
}
</style>
border-color css
<style>
span { border-color: #659AD6; }
span { border-color: rgb(101,154,214); }
td.TdClassName
{
border-color: #659AD6;
}
.TagClassName
{
border-color: #659AD6;
}
</style>