Shades of Picton Blue #65A8DB
Tints of Picton Blue #65A8DB
RGB
CMYK
RGB Variations
Color information
#65A8DB (or 0x65A8DB) is known color: Picton Blue. HEX triplet: 65, A8 and DB. RGB value is (101,168,219). Sum of RGB (Red+Green+Blue) = 101+168+219=488 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.70% from 488); Green value is 168 (66.02% from 255 or 34.43% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #65A8DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65A8DB is #9A5724. Grayscale: #999999. Windows color (decimal): -10114853 or 14395493. OLE color: 14395493.
HSL color Cylindrical-coordinate representation of color #65A8DB: hue angle of 205.93º 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 #65A8DB is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 168 | 219 | - |
| CMYK | 0.54 | 0.23 | 0 | 0.14 |
| HSL | 205.93º | 0.62% | 0.63% | - |
| HSV(B) | 205.93º | 0.54% | 0.86% | - |
| XYZ | 32.16 | 35.89 | 72.25 | - |
| YUV | 153.78 | 164.8 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 168 | 219 | 0.54 | 0.23 | 0 | 0.14 | 205.93 | 0.62 | 0.63 |
| Hex | 65 | A8 | DB | 36 | 17 | 0 | E | CE | 3E | 3F |
| Octal | 145 | 250 | 333 | 66 | 27 | 0 | 16 | 316 | 76 | 77 |
| Binary | 1100101 | 10101000 | 11011011 | 110110 | 10111 | 0 | 1110 | 11001110 | 111110 | 111111 |
Color Harmonies of #65A8DB
Complementary color
Monochromatic Colors of #65A8DB
Black with #65A8DB
Text Example
Text Example
White with #65A8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A8DB; }
p { color: rgb(101,168,219); }
H1.HeaderClassName
{
color: #65A8DB;
}
.AnyTagClassName
{
color: #65A8DB;
}
</style>
background-color css
<style>
a { background-color: #65A8DB; }
a { background-color: rgb(101,168,219); }
div.DivClassName
{
background-color: #65A8DB;
}
.BgClassName
{
background-color: #65A8DB;
}
</style>
border-color css
<style>
span { border-color: #65A8DB; }
span { border-color: rgb(101,168,219); }
td.TdClassName
{
border-color: #65A8DB;
}
.TagClassName
{
border-color: #65A8DB;
}
</style>