Shades of Picton Blue #65A0DB
Tints of Picton Blue #65A0DB
RGB
CMYK
RGB Variations
Color information
#65A0DB (or 0x65A0DB) is known color: Picton Blue. HEX triplet: 65, A0 and DB. RGB value is (101,160,219). Sum of RGB (Red+Green+Blue) = 101+160+219=480 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.04% from 480); Green value is 160 (62.89% from 255 or 33.33% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #65A0DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65A0DB is #9A5F24. Grayscale: #949494. Windows color (decimal): -10116901 or 14393445. OLE color: 14393445.
HSL color Cylindrical-coordinate representation of color #65A0DB: hue angle of 210º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65A0DB is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 160 | 219 | - |
| CMYK | 0.54 | 0.27 | 0 | 0.14 |
| HSL | 210º | 0.62% | 0.63% | - |
| HSV(B) | 210º | 0.54% | 0.86% | - |
| XYZ | 30.72 | 33.02 | 71.77 | - |
| YUV | 149.09 | 167.45 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 160 | 219 | 0.54 | 0.27 | 0 | 0.14 | 210 | 0.62 | 0.63 |
| Hex | 65 | A0 | DB | 36 | 1B | 0 | E | D2 | 3E | 3F |
| Octal | 145 | 240 | 333 | 66 | 33 | 0 | 16 | 322 | 76 | 77 |
| Binary | 1100101 | 10100000 | 11011011 | 110110 | 11011 | 0 | 1110 | 11010010 | 111110 | 111111 |
Color Harmonies of #65A0DB
Complementary color
Monochromatic Colors of #65A0DB
Black with #65A0DB
Text Example
Text Example
White with #65A0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A0DB; }
p { color: rgb(101,160,219); }
H1.HeaderClassName
{
color: #65A0DB;
}
.AnyTagClassName
{
color: #65A0DB;
}
</style>
background-color css
<style>
a { background-color: #65A0DB; }
a { background-color: rgb(101,160,219); }
div.DivClassName
{
background-color: #65A0DB;
}
.BgClassName
{
background-color: #65A0DB;
}
</style>
border-color css
<style>
span { border-color: #65A0DB; }
span { border-color: rgb(101,160,219); }
td.TdClassName
{
border-color: #65A0DB;
}
.TagClassName
{
border-color: #65A0DB;
}
</style>