Shades of Picton Blue #65A0C5
Tints of Picton Blue #65A0C5
RGB
CMYK
RGB Variations
Color information
#65A0C5 (or 0x65A0C5) is known color: Picton Blue. HEX triplet: 65, A0 and C5. RGB value is (101,160,197). Sum of RGB (Red+Green+Blue) = 101+160+197=458 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.05% from 458); Green value is 160 (62.89% from 255 or 34.93% from 458); Blue value is 197 (77.34% from 255 or 43.01% from 458); Max value from RGB is 197 - color contains mainly: blue. Hex color #65A0C5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65A0C5 is #9A5F3A. Grayscale: #929292. Windows color (decimal): -10116923 or 12951653. OLE color: 12951653.
HSL color Cylindrical-coordinate representation of color #65A0C5: hue angle of 203.12º 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 #65A0C5 is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 101 | 160 | 197 | - |
| CMYK | 0.49 | 0.19 | 0 | 0.23 |
| HSL | 203.13º | 0.45% | 0.58% | - |
| HSV(B) | 203.13º | 0.49% | 0.77% | - |
| XYZ | 28.02 | 31.94 | 57.51 | - |
| YUV | 146.58 | 156.45 | 95.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 160 | 197 | 0.49 | 0.19 | 0 | 0.23 | 203.13 | 0.45 | 0.58 |
| Hex | 65 | A0 | C5 | 31 | 13 | 0 | 17 | CB | 2D | 3A |
| Octal | 145 | 240 | 305 | 61 | 23 | 0 | 27 | 313 | 55 | 72 |
| Binary | 1100101 | 10100000 | 11000101 | 110001 | 10011 | 0 | 10111 | 11001011 | 101101 | 111010 |
Color Harmonies of #65A0C5
Complementary color
Monochromatic Colors of #65A0C5
Black with #65A0C5
Text Example
Text Example
White with #65A0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A0C5; }
p { color: rgb(101,160,197); }
H1.HeaderClassName
{
color: #65A0C5;
}
.AnyTagClassName
{
color: #65A0C5;
}
</style>
background-color css
<style>
a { background-color: #65A0C5; }
a { background-color: rgb(101,160,197); }
div.DivClassName
{
background-color: #65A0C5;
}
.BgClassName
{
background-color: #65A0C5;
}
</style>
border-color css
<style>
span { border-color: #65A0C5; }
span { border-color: rgb(101,160,197); }
td.TdClassName
{
border-color: #65A0C5;
}
.TagClassName
{
border-color: #65A0C5;
}
</style>