Shades of Picton Blue #649FD2
Tints of Picton Blue #649FD2
RGB
CMYK
RGB Variations
Color information
#649FD2 (or 0x649FD2) is known color: Picton Blue. HEX triplet: 64, 9F and D2. RGB value is (100,159,210). Sum of RGB (Red+Green+Blue) = 100+159+210=469 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.32% from 469); Green value is 159 (62.5% from 255 or 33.90% from 469); Blue value is 210 (82.42% from 255 or 44.78% from 469); Max value from RGB is 210 - color contains mainly: blue. Hex color #649FD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649FD2 is #9B602D. Grayscale: #929292. Windows color (decimal): -10182702 or 13803364. OLE color: 13803364.
HSL color Cylindrical-coordinate representation of color #649FD2: hue angle of 207.82º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #649FD2 is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 100 | 159 | 210 | - |
| CMYK | 0.52 | 0.24 | 0 | 0.18 |
| HSL | 207.82º | 0.55% | 0.61% | - |
| HSV(B) | 207.82º | 0.52% | 0.82% | - |
| XYZ | 29.29 | 32.16 | 65.64 | - |
| YUV | 147.17 | 163.45 | 94.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 159 | 210 | 0.52 | 0.24 | 0 | 0.18 | 207.82 | 0.55 | 0.61 |
| Hex | 64 | 9F | D2 | 34 | 18 | 0 | 12 | D0 | 37 | 3D |
| Octal | 144 | 237 | 322 | 64 | 30 | 0 | 22 | 320 | 67 | 75 |
| Binary | 1100100 | 10011111 | 11010010 | 110100 | 11000 | 0 | 10010 | 11010000 | 110111 | 111101 |
Color Harmonies of #649FD2
Complementary color
Monochromatic Colors of #649FD2
Black with #649FD2
Text Example
Text Example
White with #649FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649FD2; }
p { color: rgb(100,159,210); }
H1.HeaderClassName
{
color: #649FD2;
}
.AnyTagClassName
{
color: #649FD2;
}
</style>
background-color css
<style>
a { background-color: #649FD2; }
a { background-color: rgb(100,159,210); }
div.DivClassName
{
background-color: #649FD2;
}
.BgClassName
{
background-color: #649FD2;
}
</style>
border-color css
<style>
span { border-color: #649FD2; }
span { border-color: rgb(100,159,210); }
td.TdClassName
{
border-color: #649FD2;
}
.TagClassName
{
border-color: #649FD2;
}
</style>