Shades of Picton Blue #649ACD
Tints of Picton Blue #649ACD
RGB
CMYK
RGB Variations
Color information
#649ACD (or 0x649ACD) is known color: Picton Blue. HEX triplet: 64, 9A and CD. RGB value is (100,154,205). Sum of RGB (Red+Green+Blue) = 100+154+205=459 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.79% from 459); Green value is 154 (60.55% from 255 or 33.55% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 205 - color contains mainly: blue. Hex color #649ACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649ACD is #9B6532. Grayscale: #8F8F8F. Windows color (decimal): -10183987 or 13474404. OLE color: 13474404.
HSL color Cylindrical-coordinate representation of color #649ACD: hue angle of 209.14º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #649ACD is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 154 | 205 | - |
| CMYK | 0.51 | 0.25 | 0 | 0.20 |
| HSL | 209.14º | 0.51% | 0.6% | - |
| HSV(B) | 209.14º | 0.51% | 0.8% | - |
| XYZ | 27.83 | 30.23 | 62.13 | - |
| YUV | 143.67 | 162.61 | 96.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 154 | 205 | 0.51 | 0.25 | 0 | 0.20 | 209.14 | 0.51 | 0.6 |
| Hex | 64 | 9A | CD | 33 | 19 | 0 | 14 | D1 | 33 | 3C |
| Octal | 144 | 232 | 315 | 63 | 31 | 0 | 24 | 321 | 63 | 74 |
| Binary | 1100100 | 10011010 | 11001101 | 110011 | 11001 | 0 | 10100 | 11010001 | 110011 | 111100 |
Color Harmonies of #649ACD
Complementary color
Monochromatic Colors of #649ACD
Black with #649ACD
Text Example
Text Example
White with #649ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649ACD; }
p { color: rgb(100,154,205); }
H1.HeaderClassName
{
color: #649ACD;
}
.AnyTagClassName
{
color: #649ACD;
}
</style>
background-color css
<style>
a { background-color: #649ACD; }
a { background-color: rgb(100,154,205); }
div.DivClassName
{
background-color: #649ACD;
}
.BgClassName
{
background-color: #649ACD;
}
</style>
border-color css
<style>
span { border-color: #649ACD; }
span { border-color: rgb(100,154,205); }
td.TdClassName
{
border-color: #649ACD;
}
.TagClassName
{
border-color: #649ACD;
}
</style>