Shades of Picton Blue #649EDC
Tints of Picton Blue #649EDC
RGB
CMYK
RGB Variations
Color information
#649EDC (or 0x649EDC) is known color: Picton Blue. HEX triplet: 64, 9E and DC. RGB value is (100,158,220). Sum of RGB (Red+Green+Blue) = 100+158+220=478 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.92% from 478); Green value is 158 (62.11% from 255 or 33.05% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #649EDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649EDC is #9B6123. Grayscale: #939393. Windows color (decimal): -10182948 or 14458468. OLE color: 14458468.
HSL color Cylindrical-coordinate representation of color #649EDC: hue angle of 211º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #649EDC is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 158 | 220 | - |
| CMYK | 0.55 | 0.28 | 0 | 0.14 |
| HSL | 211º | 0.63% | 0.63% | - |
| HSV(B) | 211º | 0.55% | 0.86% | - |
| XYZ | 30.4 | 32.33 | 72.35 | - |
| YUV | 147.73 | 168.78 | 93.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 158 | 220 | 0.55 | 0.28 | 0 | 0.14 | 211 | 0.63 | 0.63 |
| Hex | 64 | 9E | DC | 37 | 1C | 0 | E | D3 | 3F | 3F |
| Octal | 144 | 236 | 334 | 67 | 34 | 0 | 16 | 323 | 77 | 77 |
| Binary | 1100100 | 10011110 | 11011100 | 110111 | 11100 | 0 | 1110 | 11010011 | 111111 | 111111 |
Color Harmonies of #649EDC
Complementary color
Monochromatic Colors of #649EDC
Black with #649EDC
Text Example
Text Example
White with #649EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649EDC; }
p { color: rgb(100,158,220); }
H1.HeaderClassName
{
color: #649EDC;
}
.AnyTagClassName
{
color: #649EDC;
}
</style>
background-color css
<style>
a { background-color: #649EDC; }
a { background-color: rgb(100,158,220); }
div.DivClassName
{
background-color: #649EDC;
}
.BgClassName
{
background-color: #649EDC;
}
</style>
border-color css
<style>
span { border-color: #649EDC; }
span { border-color: rgb(100,158,220); }
td.TdClassName
{
border-color: #649EDC;
}
.TagClassName
{
border-color: #649EDC;
}
</style>