Shades of Picton Blue #659BD5
Tints of Picton Blue #659BD5
RGB
CMYK
RGB Variations
Color information
#659BD5 (or 0x659BD5) is known color: Picton Blue. HEX triplet: 65, 9B and D5. RGB value is (101,155,213). Sum of RGB (Red+Green+Blue) = 101+155+213=469 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.54% from 469); Green value is 155 (60.94% from 255 or 33.05% from 469); Blue value is 213 (83.59% from 255 or 45.42% from 469); Max value from RGB is 213 - color contains mainly: blue. Hex color #659BD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659BD5 is #9A642A. Grayscale: #919191. Windows color (decimal): -10118187 or 13998949. OLE color: 13998949.
HSL color Cylindrical-coordinate representation of color #659BD5: hue angle of 211.07º 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 #659BD5 is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 155 | 213 | - |
| CMYK | 0.53 | 0.27 | 0 | 0.16 |
| HSL | 211.07º | 0.57% | 0.62% | - |
| HSV(B) | 211.07º | 0.53% | 0.84% | - |
| XYZ | 29.1 | 31.01 | 67.4 | - |
| YUV | 145.47 | 166.11 | 96.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 155 | 213 | 0.53 | 0.27 | 0 | 0.16 | 211.07 | 0.57 | 0.62 |
| Hex | 65 | 9B | D5 | 35 | 1B | 0 | 10 | D3 | 39 | 3E |
| Octal | 145 | 233 | 325 | 65 | 33 | 0 | 20 | 323 | 71 | 76 |
| Binary | 1100101 | 10011011 | 11010101 | 110101 | 11011 | 0 | 10000 | 11010011 | 111001 | 111110 |
Color Harmonies of #659BD5
Complementary color
Monochromatic Colors of #659BD5
Black with #659BD5
Text Example
Text Example
White with #659BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659BD5; }
p { color: rgb(101,155,213); }
H1.HeaderClassName
{
color: #659BD5;
}
.AnyTagClassName
{
color: #659BD5;
}
</style>
background-color css
<style>
a { background-color: #659BD5; }
a { background-color: rgb(101,155,213); }
div.DivClassName
{
background-color: #659BD5;
}
.BgClassName
{
background-color: #659BD5;
}
</style>
border-color css
<style>
span { border-color: #659BD5; }
span { border-color: rgb(101,155,213); }
td.TdClassName
{
border-color: #659BD5;
}
.TagClassName
{
border-color: #659BD5;
}
</style>