Shades of Picton Blue #65A8D9
Tints of Picton Blue #65A8D9
RGB
CMYK
RGB Variations
Color information
#65A8D9 (or 0x65A8D9) is known color: Picton Blue. HEX triplet: 65, A8 and D9. RGB value is (101,168,217). Sum of RGB (Red+Green+Blue) = 101+168+217=486 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.78% from 486); Green value is 168 (66.02% from 255 or 34.57% from 486); Blue value is 217 (85.16% from 255 or 44.65% from 486); Max value from RGB is 217 - color contains mainly: blue. Hex color #65A8D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65A8D9 is #9A5726. Grayscale: #999999. Windows color (decimal): -10114855 or 14264421. OLE color: 14264421.
HSL color Cylindrical-coordinate representation of color #65A8D9: hue angle of 205.34º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #65A8D9 is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 168 | 217 | - |
| CMYK | 0.53 | 0.23 | 0 | 0.15 |
| HSL | 205.34º | 0.6% | 0.62% | - |
| HSV(B) | 205.34º | 0.53% | 0.85% | - |
| XYZ | 31.89 | 35.78 | 70.87 | - |
| YUV | 153.55 | 163.8 | 90.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 168 | 217 | 0.53 | 0.23 | 0 | 0.15 | 205.34 | 0.6 | 0.62 |
| Hex | 65 | A8 | D9 | 35 | 17 | 0 | F | CD | 3C | 3E |
| Octal | 145 | 250 | 331 | 65 | 27 | 0 | 17 | 315 | 74 | 76 |
| Binary | 1100101 | 10101000 | 11011001 | 110101 | 10111 | 0 | 1111 | 11001101 | 111100 | 111110 |
Color Harmonies of #65A8D9
Complementary color
Monochromatic Colors of #65A8D9
Black with #65A8D9
Text Example
Text Example
White with #65A8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A8D9; }
p { color: rgb(101,168,217); }
H1.HeaderClassName
{
color: #65A8D9;
}
.AnyTagClassName
{
color: #65A8D9;
}
</style>
background-color css
<style>
a { background-color: #65A8D9; }
a { background-color: rgb(101,168,217); }
div.DivClassName
{
background-color: #65A8D9;
}
.BgClassName
{
background-color: #65A8D9;
}
</style>
border-color css
<style>
span { border-color: #65A8D9; }
span { border-color: rgb(101,168,217); }
td.TdClassName
{
border-color: #65A8D9;
}
.TagClassName
{
border-color: #65A8D9;
}
</style>