Shades of Picton Blue #659AD5
Tints of Picton Blue #659AD5
RGB
CMYK
RGB Variations
Color information
#659AD5 (or 0x659AD5) is known color: Picton Blue. HEX triplet: 65, 9A and D5. RGB value is (101,154,213). Sum of RGB (Red+Green+Blue) = 101+154+213=468 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.58% from 468); Green value is 154 (60.55% from 255 or 32.91% from 468); Blue value is 213 (83.59% from 255 or 45.51% from 468); Max value from RGB is 213 - color contains mainly: blue. Hex color #659AD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659AD5 is #9A652A. Grayscale: #909090. Windows color (decimal): -10118443 or 13998693. OLE color: 13998693.
HSL color Cylindrical-coordinate representation of color #659AD5: hue angle of 211.61º degrees, saturation: 0.57, 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 #659AD5 is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 154 | 213 | - |
| CMYK | 0.53 | 0.28 | 0 | 0.16 |
| HSL | 211.61º | 0.57% | 0.62% | - |
| HSV(B) | 211.61º | 0.53% | 0.84% | - |
| XYZ | 28.93 | 30.68 | 67.35 | - |
| YUV | 144.88 | 166.44 | 96.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 154 | 213 | 0.53 | 0.28 | 0 | 0.16 | 211.61 | 0.57 | 0.62 |
| Hex | 65 | 9A | D5 | 35 | 1C | 0 | 10 | D4 | 39 | 3E |
| Octal | 145 | 232 | 325 | 65 | 34 | 0 | 20 | 324 | 71 | 76 |
| Binary | 1100101 | 10011010 | 11010101 | 110101 | 11100 | 0 | 10000 | 11010100 | 111001 | 111110 |
Color Harmonies of #659AD5
Complementary color
Monochromatic Colors of #659AD5
Black with #659AD5
Text Example
Text Example
White with #659AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659AD5; }
p { color: rgb(101,154,213); }
H1.HeaderClassName
{
color: #659AD5;
}
.AnyTagClassName
{
color: #659AD5;
}
</style>
background-color css
<style>
a { background-color: #659AD5; }
a { background-color: rgb(101,154,213); }
div.DivClassName
{
background-color: #659AD5;
}
.BgClassName
{
background-color: #659AD5;
}
</style>
border-color css
<style>
span { border-color: #659AD5; }
span { border-color: rgb(101,154,213); }
td.TdClassName
{
border-color: #659AD5;
}
.TagClassName
{
border-color: #659AD5;
}
</style>