Shades of Picton Blue #659DD6
Tints of Picton Blue #659DD6
RGB
CMYK
RGB Variations
Color information
#659DD6 (or 0x659DD6) is known color: Picton Blue. HEX triplet: 65, 9D and D6. RGB value is (101,157,214). Sum of RGB (Red+Green+Blue) = 101+157+214=472 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.40% from 472); Green value is 157 (61.72% from 255 or 33.26% from 472); Blue value is 214 (83.98% from 255 or 45.34% from 472); Max value from RGB is 214 - color contains mainly: blue. Hex color #659DD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659DD6 is #9A6229. Grayscale: #929292. Windows color (decimal): -10117674 or 14064997. OLE color: 14064997.
HSL color Cylindrical-coordinate representation of color #659DD6: hue angle of 210.27º 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 #659DD6 is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 157 | 214 | - |
| CMYK | 0.53 | 0.27 | 0 | 0.16 |
| HSL | 210.27º | 0.58% | 0.62% | - |
| HSV(B) | 210.27º | 0.53% | 0.84% | - |
| XYZ | 29.56 | 31.74 | 68.19 | - |
| YUV | 146.75 | 165.95 | 95.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 157 | 214 | 0.53 | 0.27 | 0 | 0.16 | 210.27 | 0.58 | 0.62 |
| Hex | 65 | 9D | D6 | 35 | 1B | 0 | 10 | D2 | 3A | 3E |
| Octal | 145 | 235 | 326 | 65 | 33 | 0 | 20 | 322 | 72 | 76 |
| Binary | 1100101 | 10011101 | 11010110 | 110101 | 11011 | 0 | 10000 | 11010010 | 111010 | 111110 |
Color Harmonies of #659DD6
Complementary color
Monochromatic Colors of #659DD6
Black with #659DD6
Text Example
Text Example
White with #659DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659DD6; }
p { color: rgb(101,157,214); }
H1.HeaderClassName
{
color: #659DD6;
}
.AnyTagClassName
{
color: #659DD6;
}
</style>
background-color css
<style>
a { background-color: #659DD6; }
a { background-color: rgb(101,157,214); }
div.DivClassName
{
background-color: #659DD6;
}
.BgClassName
{
background-color: #659DD6;
}
</style>
border-color css
<style>
span { border-color: #659DD6; }
span { border-color: rgb(101,157,214); }
td.TdClassName
{
border-color: #659DD6;
}
.TagClassName
{
border-color: #659DD6;
}
</style>