Shades of Picton Blue #649DDB
Tints of Picton Blue #649DDB
RGB
CMYK
RGB Variations
Color information
#649DDB (or 0x649DDB) is known color: Picton Blue. HEX triplet: 64, 9D and DB. RGB value is (100,157,219). Sum of RGB (Red+Green+Blue) = 100+157+219=476 (63% of max value = 765). Red value is 100 (39.45% from 255 or 21.01% from 476); Green value is 157 (61.72% from 255 or 32.98% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #649DDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649DDB is #9B6224. Grayscale: #929292. Windows color (decimal): -10183205 or 14392676. OLE color: 14392676.
HSL color Cylindrical-coordinate representation of color #649DDB: hue angle of 211.26º 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 #649DDB is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 157 | 219 | - |
| CMYK | 0.54 | 0.28 | 0 | 0.14 |
| HSL | 211.26º | 0.62% | 0.63% | - |
| HSV(B) | 211.26º | 0.54% | 0.86% | - |
| XYZ | 30.1 | 31.94 | 71.6 | - |
| YUV | 147.03 | 168.62 | 94.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 157 | 219 | 0.54 | 0.28 | 0 | 0.14 | 211.26 | 0.62 | 0.63 |
| Hex | 64 | 9D | DB | 36 | 1C | 0 | E | D3 | 3E | 3F |
| Octal | 144 | 235 | 333 | 66 | 34 | 0 | 16 | 323 | 76 | 77 |
| Binary | 1100100 | 10011101 | 11011011 | 110110 | 11100 | 0 | 1110 | 11010011 | 111110 | 111111 |
Color Harmonies of #649DDB
Complementary color
Monochromatic Colors of #649DDB
Black with #649DDB
Text Example
Text Example
White with #649DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649DDB; }
p { color: rgb(100,157,219); }
H1.HeaderClassName
{
color: #649DDB;
}
.AnyTagClassName
{
color: #649DDB;
}
</style>
background-color css
<style>
a { background-color: #649DDB; }
a { background-color: rgb(100,157,219); }
div.DivClassName
{
background-color: #649DDB;
}
.BgClassName
{
background-color: #649DDB;
}
</style>
border-color css
<style>
span { border-color: #649DDB; }
span { border-color: rgb(100,157,219); }
td.TdClassName
{
border-color: #649DDB;
}
.TagClassName
{
border-color: #649DDB;
}
</style>