Shades of Picton Blue #649FDB
Tints of Picton Blue #649FDB
RGB
CMYK
RGB Variations
Color information
#649FDB (or 0x649FDB) is known color: Picton Blue. HEX triplet: 64, 9F and DB. RGB value is (100,159,219). Sum of RGB (Red+Green+Blue) = 100+159+219=478 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.92% from 478); Green value is 159 (62.5% from 255 or 33.26% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #649FDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649FDB is #9B6024. Grayscale: #939393. Windows color (decimal): -10182693 or 14393188. OLE color: 14393188.
HSL color Cylindrical-coordinate representation of color #649FDB: hue angle of 210.25º 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 #649FDB is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 159 | 219 | - |
| CMYK | 0.54 | 0.27 | 0 | 0.14 |
| HSL | 210.25º | 0.62% | 0.63% | - |
| HSV(B) | 210.25º | 0.54% | 0.86% | - |
| XYZ | 30.44 | 32.62 | 71.71 | - |
| YUV | 148.2 | 167.95 | 93.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 159 | 219 | 0.54 | 0.27 | 0 | 0.14 | 210.25 | 0.62 | 0.63 |
| Hex | 64 | 9F | DB | 36 | 1B | 0 | E | D2 | 3E | 3F |
| Octal | 144 | 237 | 333 | 66 | 33 | 0 | 16 | 322 | 76 | 77 |
| Binary | 1100100 | 10011111 | 11011011 | 110110 | 11011 | 0 | 1110 | 11010010 | 111110 | 111111 |
Color Harmonies of #649FDB
Complementary color
Monochromatic Colors of #649FDB
Black with #649FDB
Text Example
Text Example
White with #649FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649FDB; }
p { color: rgb(100,159,219); }
H1.HeaderClassName
{
color: #649FDB;
}
.AnyTagClassName
{
color: #649FDB;
}
</style>
background-color css
<style>
a { background-color: #649FDB; }
a { background-color: rgb(100,159,219); }
div.DivClassName
{
background-color: #649FDB;
}
.BgClassName
{
background-color: #649FDB;
}
</style>
border-color css
<style>
span { border-color: #649FDB; }
span { border-color: rgb(100,159,219); }
td.TdClassName
{
border-color: #649FDB;
}
.TagClassName
{
border-color: #649FDB;
}
</style>