Shades of Picton Blue #649FDD
Tints of Picton Blue #649FDD
RGB
CMYK
RGB Variations
Color information
#649FDD (or 0x649FDD) is known color: Picton Blue. HEX triplet: 64, 9F and DD. RGB value is (100,159,221). Sum of RGB (Red+Green+Blue) = 100+159+221=480 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.83% from 480); Green value is 159 (62.5% from 255 or 33.12% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #649FDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649FDD is #9B6022. Grayscale: #949494. Windows color (decimal): -10182691 or 14524260. OLE color: 14524260.
HSL color Cylindrical-coordinate representation of color #649FDD: hue angle of 210.74º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #649FDD is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 159 | 221 | - |
| CMYK | 0.55 | 0.28 | 0 | 0.13 |
| HSL | 210.74º | 0.64% | 0.63% | - |
| HSV(B) | 210.74º | 0.55% | 0.87% | - |
| XYZ | 30.7 | 32.73 | 73.11 | - |
| YUV | 148.43 | 168.95 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 159 | 221 | 0.55 | 0.28 | 0 | 0.13 | 210.74 | 0.64 | 0.63 |
| Hex | 64 | 9F | DD | 37 | 1C | 0 | D | D3 | 40 | 3F |
| Octal | 144 | 237 | 335 | 67 | 34 | 0 | 15 | 323 | 100 | 77 |
| Binary | 1100100 | 10011111 | 11011101 | 110111 | 11100 | 0 | 1101 | 11010011 | 1000000 | 111111 |
Color Harmonies of #649FDD
Complementary color
Monochromatic Colors of #649FDD
Black with #649FDD
Text Example
Text Example
White with #649FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649FDD; }
p { color: rgb(100,159,221); }
H1.HeaderClassName
{
color: #649FDD;
}
.AnyTagClassName
{
color: #649FDD;
}
</style>
background-color css
<style>
a { background-color: #649FDD; }
a { background-color: rgb(100,159,221); }
div.DivClassName
{
background-color: #649FDD;
}
.BgClassName
{
background-color: #649FDD;
}
</style>
border-color css
<style>
span { border-color: #649FDD; }
span { border-color: rgb(100,159,221); }
td.TdClassName
{
border-color: #649FDD;
}
.TagClassName
{
border-color: #649FDD;
}
</style>