Shades of Picton Blue #65A2DB
Tints of Picton Blue #65A2DB
RGB
CMYK
RGB Variations
Color information
#65A2DB (or 0x65A2DB) is known color: Picton Blue. HEX triplet: 65, A2 and DB. RGB value is (101,162,219). Sum of RGB (Red+Green+Blue) = 101+162+219=482 (63% of max value = 765). Red value is 101 (39.84% from 255 or 20.95% from 482); Green value is 162 (63.67% from 255 or 33.61% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #65A2DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65A2DB is #9A5D24. Grayscale: #959595. Windows color (decimal): -10116389 or 14393957. OLE color: 14393957.
HSL color Cylindrical-coordinate representation of color #65A2DB: hue angle of 208.98º 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 #65A2DB is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 162 | 219 | - |
| CMYK | 0.54 | 0.26 | 0 | 0.14 |
| HSL | 208.98º | 0.62% | 0.63% | - |
| HSV(B) | 208.98º | 0.54% | 0.86% | - |
| XYZ | 31.07 | 33.72 | 71.89 | - |
| YUV | 150.26 | 166.79 | 92.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 162 | 219 | 0.54 | 0.26 | 0 | 0.14 | 208.98 | 0.62 | 0.63 |
| Hex | 65 | A2 | DB | 36 | 1A | 0 | E | D1 | 3E | 3F |
| Octal | 145 | 242 | 333 | 66 | 32 | 0 | 16 | 321 | 76 | 77 |
| Binary | 1100101 | 10100010 | 11011011 | 110110 | 11010 | 0 | 1110 | 11010001 | 111110 | 111111 |
Color Harmonies of #65A2DB
Complementary color
Monochromatic Colors of #65A2DB
Black with #65A2DB
Text Example
Text Example
White with #65A2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A2DB; }
p { color: rgb(101,162,219); }
H1.HeaderClassName
{
color: #65A2DB;
}
.AnyTagClassName
{
color: #65A2DB;
}
</style>
background-color css
<style>
a { background-color: #65A2DB; }
a { background-color: rgb(101,162,219); }
div.DivClassName
{
background-color: #65A2DB;
}
.BgClassName
{
background-color: #65A2DB;
}
</style>
border-color css
<style>
span { border-color: #65A2DB; }
span { border-color: rgb(101,162,219); }
td.TdClassName
{
border-color: #65A2DB;
}
.TagClassName
{
border-color: #65A2DB;
}
</style>