Shades of Picton Blue #649ADB
Tints of Picton Blue #649ADB
RGB
CMYK
RGB Variations
Color information
#649ADB (or 0x649ADB) is known color: Picton Blue. HEX triplet: 64, 9A and DB. RGB value is (100,154,219). Sum of RGB (Red+Green+Blue) = 100+154+219=473 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.14% from 473); Green value is 154 (60.55% from 255 or 32.56% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #649ADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649ADB is #9B6524. Grayscale: #909090. Windows color (decimal): -10183973 or 14391908. OLE color: 14391908.
HSL color Cylindrical-coordinate representation of color #649ADB: hue angle of 212.77º 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 #649ADB is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 154 | 219 | - |
| CMYK | 0.54 | 0.30 | 0 | 0.14 |
| HSL | 212.77º | 0.62% | 0.63% | - |
| HSV(B) | 212.77º | 0.54% | 0.86% | - |
| XYZ | 29.6 | 30.94 | 71.43 | - |
| YUV | 145.26 | 169.61 | 95.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 154 | 219 | 0.54 | 0.30 | 0 | 0.14 | 212.77 | 0.62 | 0.63 |
| Hex | 64 | 9A | DB | 36 | 1E | 0 | E | D5 | 3E | 3F |
| Octal | 144 | 232 | 333 | 66 | 36 | 0 | 16 | 325 | 76 | 77 |
| Binary | 1100100 | 10011010 | 11011011 | 110110 | 11110 | 0 | 1110 | 11010101 | 111110 | 111111 |
Color Harmonies of #649ADB
Complementary color
Monochromatic Colors of #649ADB
Black with #649ADB
Text Example
Text Example
White with #649ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649ADB; }
p { color: rgb(100,154,219); }
H1.HeaderClassName
{
color: #649ADB;
}
.AnyTagClassName
{
color: #649ADB;
}
</style>
background-color css
<style>
a { background-color: #649ADB; }
a { background-color: rgb(100,154,219); }
div.DivClassName
{
background-color: #649ADB;
}
.BgClassName
{
background-color: #649ADB;
}
</style>
border-color css
<style>
span { border-color: #649ADB; }
span { border-color: rgb(100,154,219); }
td.TdClassName
{
border-color: #649ADB;
}
.TagClassName
{
border-color: #649ADB;
}
</style>