Shades of Picton Blue #659AD0
Tints of Picton Blue #659AD0
RGB
CMYK
RGB Variations
Color information
#659AD0 (or 0x659AD0) is known color: Picton Blue. HEX triplet: 65, 9A and D0. RGB value is (101,154,208). Sum of RGB (Red+Green+Blue) = 101+154+208=463 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.81% from 463); Green value is 154 (60.55% from 255 or 33.26% from 463); Blue value is 208 (81.64% from 255 or 44.92% from 463); Max value from RGB is 208 - color contains mainly: blue. Hex color #659AD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659AD0 is #9A652F. Grayscale: #909090. Windows color (decimal): -10118448 or 13671013. OLE color: 13671013.
HSL color Cylindrical-coordinate representation of color #659AD0: hue angle of 210.28º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #659AD0 is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 101 | 154 | 208 | - |
| CMYK | 0.51 | 0.26 | 0 | 0.18 |
| HSL | 210.28º | 0.53% | 0.61% | - |
| HSV(B) | 210.28º | 0.51% | 0.82% | - |
| XYZ | 28.31 | 30.43 | 64.06 | - |
| YUV | 144.31 | 163.94 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 154 | 208 | 0.51 | 0.26 | 0 | 0.18 | 210.28 | 0.53 | 0.61 |
| Hex | 65 | 9A | D0 | 33 | 1A | 0 | 12 | D2 | 35 | 3D |
| Octal | 145 | 232 | 320 | 63 | 32 | 0 | 22 | 322 | 65 | 75 |
| Binary | 1100101 | 10011010 | 11010000 | 110011 | 11010 | 0 | 10010 | 11010010 | 110101 | 111101 |
Color Harmonies of #659AD0
Complementary color
Monochromatic Colors of #659AD0
Black with #659AD0
Text Example
Text Example
White with #659AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659AD0; }
p { color: rgb(101,154,208); }
H1.HeaderClassName
{
color: #659AD0;
}
.AnyTagClassName
{
color: #659AD0;
}
</style>
background-color css
<style>
a { background-color: #659AD0; }
a { background-color: rgb(101,154,208); }
div.DivClassName
{
background-color: #659AD0;
}
.BgClassName
{
background-color: #659AD0;
}
</style>
border-color css
<style>
span { border-color: #659AD0; }
span { border-color: rgb(101,154,208); }
td.TdClassName
{
border-color: #659AD0;
}
.TagClassName
{
border-color: #659AD0;
}
</style>