Shades of Picton Blue #649BD6
Tints of Picton Blue #649BD6
RGB
CMYK
RGB Variations
Color information
#649BD6 (or 0x649BD6) is known color: Picton Blue. HEX triplet: 64, 9B and D6. RGB value is (100,155,214). Sum of RGB (Red+Green+Blue) = 100+155+214=469 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.32% from 469); Green value is 155 (60.94% from 255 or 33.05% from 469); Blue value is 214 (83.98% from 255 or 45.63% from 469); Max value from RGB is 214 - color contains mainly: blue. Hex color #649BD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649BD6 is #9B6429. Grayscale: #909090. Windows color (decimal): -10183722 or 14064484. OLE color: 14064484.
HSL color Cylindrical-coordinate representation of color #649BD6: hue angle of 211.05º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #649BD6 is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 100 | 155 | 214 | - |
| CMYK | 0.53 | 0.28 | 0 | 0.16 |
| HSL | 211.05º | 0.58% | 0.62% | - |
| HSV(B) | 211.05º | 0.53% | 0.84% | - |
| XYZ | 29.11 | 31.01 | 68.07 | - |
| YUV | 145.28 | 166.78 | 95.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 155 | 214 | 0.53 | 0.28 | 0 | 0.16 | 211.05 | 0.58 | 0.62 |
| Hex | 64 | 9B | D6 | 35 | 1C | 0 | 10 | D3 | 3A | 3E |
| Octal | 144 | 233 | 326 | 65 | 34 | 0 | 20 | 323 | 72 | 76 |
| Binary | 1100100 | 10011011 | 11010110 | 110101 | 11100 | 0 | 10000 | 11010011 | 111010 | 111110 |
Color Harmonies of #649BD6
Complementary color
Monochromatic Colors of #649BD6
Black with #649BD6
Text Example
Text Example
White with #649BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649BD6; }
p { color: rgb(100,155,214); }
H1.HeaderClassName
{
color: #649BD6;
}
.AnyTagClassName
{
color: #649BD6;
}
</style>
background-color css
<style>
a { background-color: #649BD6; }
a { background-color: rgb(100,155,214); }
div.DivClassName
{
background-color: #649BD6;
}
.BgClassName
{
background-color: #649BD6;
}
</style>
border-color css
<style>
span { border-color: #649BD6; }
span { border-color: rgb(100,155,214); }
td.TdClassName
{
border-color: #649BD6;
}
.TagClassName
{
border-color: #649BD6;
}
</style>