Shades of Picton Blue #649EDA
Tints of Picton Blue #649EDA
RGB
CMYK
RGB Variations
Color information
#649EDA (or 0x649EDA) is known color: Picton Blue. HEX triplet: 64, 9E and DA. RGB value is (100,158,218). Sum of RGB (Red+Green+Blue) = 100+158+218=476 (63% of max value = 765). Red value is 100 (39.45% from 255 or 21.01% from 476); Green value is 158 (62.11% from 255 or 33.19% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 218 - color contains mainly: blue. Hex color #649EDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649EDA is #9B6125. Grayscale: #939393. Windows color (decimal): -10182950 or 14327396. OLE color: 14327396.
HSL color Cylindrical-coordinate representation of color #649EDA: hue angle of 210.51º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #649EDA is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 158 | 218 | - |
| CMYK | 0.54 | 0.28 | 0 | 0.15 |
| HSL | 210.51º | 0.61% | 0.62% | - |
| HSV(B) | 210.51º | 0.54% | 0.85% | - |
| XYZ | 30.14 | 32.23 | 70.96 | - |
| YUV | 147.5 | 167.78 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 158 | 218 | 0.54 | 0.28 | 0 | 0.15 | 210.51 | 0.61 | 0.62 |
| Hex | 64 | 9E | DA | 36 | 1C | 0 | F | D3 | 3D | 3E |
| Octal | 144 | 236 | 332 | 66 | 34 | 0 | 17 | 323 | 75 | 76 |
| Binary | 1100100 | 10011110 | 11011010 | 110110 | 11100 | 0 | 1111 | 11010011 | 111101 | 111110 |
Color Harmonies of #649EDA
Complementary color
Monochromatic Colors of #649EDA
Black with #649EDA
Text Example
Text Example
White with #649EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649EDA; }
p { color: rgb(100,158,218); }
H1.HeaderClassName
{
color: #649EDA;
}
.AnyTagClassName
{
color: #649EDA;
}
</style>
background-color css
<style>
a { background-color: #649EDA; }
a { background-color: rgb(100,158,218); }
div.DivClassName
{
background-color: #649EDA;
}
.BgClassName
{
background-color: #649EDA;
}
</style>
border-color css
<style>
span { border-color: #649EDA; }
span { border-color: rgb(100,158,218); }
td.TdClassName
{
border-color: #649EDA;
}
.TagClassName
{
border-color: #649EDA;
}
</style>