Shades of Picton Blue #649DDA
Tints of Picton Blue #649DDA
RGB
CMYK
RGB Variations
Color information
#649DDA (or 0x649DDA) is known color: Picton Blue. HEX triplet: 64, 9D and DA. RGB value is (100,157,218). Sum of RGB (Red+Green+Blue) = 100+157+218=475 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.05% from 475); Green value is 157 (61.72% from 255 or 33.05% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 218 - color contains mainly: blue. Hex color #649DDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649DDA is #9B6225. Grayscale: #929292. Windows color (decimal): -10183206 or 14327140. OLE color: 14327140.
HSL color Cylindrical-coordinate representation of color #649DDA: hue angle of 211.02º 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 #649DDA is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 157 | 218 | - |
| CMYK | 0.54 | 0.28 | 0 | 0.15 |
| HSL | 211.02º | 0.61% | 0.62% | - |
| HSV(B) | 211.02º | 0.54% | 0.85% | - |
| XYZ | 29.97 | 31.89 | 70.9 | - |
| YUV | 146.91 | 168.12 | 94.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 157 | 218 | 0.54 | 0.28 | 0 | 0.15 | 211.02 | 0.61 | 0.62 |
| Hex | 64 | 9D | DA | 36 | 1C | 0 | F | D3 | 3D | 3E |
| Octal | 144 | 235 | 332 | 66 | 34 | 0 | 17 | 323 | 75 | 76 |
| Binary | 1100100 | 10011101 | 11011010 | 110110 | 11100 | 0 | 1111 | 11010011 | 111101 | 111110 |
Color Harmonies of #649DDA
Complementary color
Monochromatic Colors of #649DDA
Black with #649DDA
Text Example
Text Example
White with #649DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649DDA; }
p { color: rgb(100,157,218); }
H1.HeaderClassName
{
color: #649DDA;
}
.AnyTagClassName
{
color: #649DDA;
}
</style>
background-color css
<style>
a { background-color: #649DDA; }
a { background-color: rgb(100,157,218); }
div.DivClassName
{
background-color: #649DDA;
}
.BgClassName
{
background-color: #649DDA;
}
</style>
border-color css
<style>
span { border-color: #649DDA; }
span { border-color: rgb(100,157,218); }
td.TdClassName
{
border-color: #649DDA;
}
.TagClassName
{
border-color: #649DDA;
}
</style>