Shades of Picton Blue #649ED5
Tints of Picton Blue #649ED5
RGB
CMYK
RGB Variations
Color information
#649ED5 (or 0x649ED5) is known color: Picton Blue. HEX triplet: 64, 9E and D5. RGB value is (100,158,213). Sum of RGB (Red+Green+Blue) = 100+158+213=471 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.23% from 471); Green value is 158 (62.11% from 255 or 33.55% from 471); Blue value is 213 (83.59% from 255 or 45.22% from 471); Max value from RGB is 213 - color contains mainly: blue. Hex color #649ED5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649ED5 is #9B612A. Grayscale: #929292. Windows color (decimal): -10182955 or 13999716. OLE color: 13999716.
HSL color Cylindrical-coordinate representation of color #649ED5: hue angle of 209.2º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #649ED5 is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 100 | 158 | 213 | - |
| CMYK | 0.53 | 0.26 | 0 | 0.16 |
| HSL | 209.2º | 0.57% | 0.61% | - |
| HSV(B) | 209.2º | 0.53% | 0.84% | - |
| XYZ | 29.49 | 31.97 | 67.57 | - |
| YUV | 146.93 | 165.28 | 94.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 158 | 213 | 0.53 | 0.26 | 0 | 0.16 | 209.2 | 0.57 | 0.61 |
| Hex | 64 | 9E | D5 | 35 | 1A | 0 | 10 | D1 | 39 | 3D |
| Octal | 144 | 236 | 325 | 65 | 32 | 0 | 20 | 321 | 71 | 75 |
| Binary | 1100100 | 10011110 | 11010101 | 110101 | 11010 | 0 | 10000 | 11010001 | 111001 | 111101 |
Color Harmonies of #649ED5
Complementary color
Monochromatic Colors of #649ED5
Black with #649ED5
Text Example
Text Example
White with #649ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649ED5; }
p { color: rgb(100,158,213); }
H1.HeaderClassName
{
color: #649ED5;
}
.AnyTagClassName
{
color: #649ED5;
}
</style>
background-color css
<style>
a { background-color: #649ED5; }
a { background-color: rgb(100,158,213); }
div.DivClassName
{
background-color: #649ED5;
}
.BgClassName
{
background-color: #649ED5;
}
</style>
border-color css
<style>
span { border-color: #649ED5; }
span { border-color: rgb(100,158,213); }
td.TdClassName
{
border-color: #649ED5;
}
.TagClassName
{
border-color: #649ED5;
}
</style>