Shades of Picton Blue #659FC5
Tints of Picton Blue #659FC5
RGB
CMYK
RGB Variations
Color information
#659FC5 (or 0x659FC5) is known color: Picton Blue. HEX triplet: 65, 9F and C5. RGB value is (101,159,197). Sum of RGB (Red+Green+Blue) = 101+159+197=457 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.10% from 457); Green value is 159 (62.5% from 255 or 34.79% from 457); Blue value is 197 (77.34% from 255 or 43.11% from 457); Max value from RGB is 197 - color contains mainly: blue. Hex color #659FC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659FC5 is #9A603A. Grayscale: #919191. Windows color (decimal): -10117179 or 12951397. OLE color: 12951397.
HSL color Cylindrical-coordinate representation of color #659FC5: hue angle of 203.75º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #659FC5 is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 101 | 159 | 197 | - |
| CMYK | 0.49 | 0.19 | 0 | 0.23 |
| HSL | 203.75º | 0.45% | 0.58% | - |
| HSV(B) | 203.75º | 0.49% | 0.77% | - |
| XYZ | 27.84 | 31.59 | 57.45 | - |
| YUV | 145.99 | 156.78 | 95.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 159 | 197 | 0.49 | 0.19 | 0 | 0.23 | 203.75 | 0.45 | 0.58 |
| Hex | 65 | 9F | C5 | 31 | 13 | 0 | 17 | CC | 2D | 3A |
| Octal | 145 | 237 | 305 | 61 | 23 | 0 | 27 | 314 | 55 | 72 |
| Binary | 1100101 | 10011111 | 11000101 | 110001 | 10011 | 0 | 10111 | 11001100 | 101101 | 111010 |
Color Harmonies of #659FC5
Complementary color
Monochromatic Colors of #659FC5
Black with #659FC5
Text Example
Text Example
White with #659FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659FC5; }
p { color: rgb(101,159,197); }
H1.HeaderClassName
{
color: #659FC5;
}
.AnyTagClassName
{
color: #659FC5;
}
</style>
background-color css
<style>
a { background-color: #659FC5; }
a { background-color: rgb(101,159,197); }
div.DivClassName
{
background-color: #659FC5;
}
.BgClassName
{
background-color: #659FC5;
}
</style>
border-color css
<style>
span { border-color: #659FC5; }
span { border-color: rgb(101,159,197); }
td.TdClassName
{
border-color: #659FC5;
}
.TagClassName
{
border-color: #659FC5;
}
</style>