Shades of Picton Blue #659AD9
Tints of Picton Blue #659AD9
RGB
CMYK
RGB Variations
Color information
#659AD9 (or 0x659AD9) is known color: Picton Blue. HEX triplet: 65, 9A and D9. RGB value is (101,154,217). Sum of RGB (Red+Green+Blue) = 101+154+217=472 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.40% from 472); Green value is 154 (60.55% from 255 or 32.63% from 472); Blue value is 217 (85.16% from 255 or 45.97% from 472); Max value from RGB is 217 - color contains mainly: blue. Hex color #659AD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659AD9 is #9A6526. Grayscale: #919191. Windows color (decimal): -10118439 or 14260837. OLE color: 14260837.
HSL color Cylindrical-coordinate representation of color #659AD9: hue angle of 212.59º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #659AD9 is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 154 | 217 | - |
| CMYK | 0.53 | 0.29 | 0 | 0.15 |
| HSL | 212.59º | 0.6% | 0.62% | - |
| HSV(B) | 212.59º | 0.53% | 0.85% | - |
| XYZ | 29.45 | 30.89 | 70.06 | - |
| YUV | 145.34 | 168.44 | 96.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 154 | 217 | 0.53 | 0.29 | 0 | 0.15 | 212.59 | 0.6 | 0.62 |
| Hex | 65 | 9A | D9 | 35 | 1D | 0 | F | D5 | 3C | 3E |
| Octal | 145 | 232 | 331 | 65 | 35 | 0 | 17 | 325 | 74 | 76 |
| Binary | 1100101 | 10011010 | 11011001 | 110101 | 11101 | 0 | 1111 | 11010101 | 111100 | 111110 |
Color Harmonies of #659AD9
Complementary color
Monochromatic Colors of #659AD9
Black with #659AD9
Text Example
Text Example
White with #659AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659AD9; }
p { color: rgb(101,154,217); }
H1.HeaderClassName
{
color: #659AD9;
}
.AnyTagClassName
{
color: #659AD9;
}
</style>
background-color css
<style>
a { background-color: #659AD9; }
a { background-color: rgb(101,154,217); }
div.DivClassName
{
background-color: #659AD9;
}
.BgClassName
{
background-color: #659AD9;
}
</style>
border-color css
<style>
span { border-color: #659AD9; }
span { border-color: rgb(101,154,217); }
td.TdClassName
{
border-color: #659AD9;
}
.TagClassName
{
border-color: #659AD9;
}
</style>