Shades of Picton Blue #649BCD
Tints of Picton Blue #649BCD
RGB
CMYK
RGB Variations
Color information
#649BCD (or 0x649BCD) is known color: Picton Blue. HEX triplet: 64, 9B and CD. RGB value is (100,155,205). Sum of RGB (Red+Green+Blue) = 100+155+205=460 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.74% from 460); Green value is 155 (60.94% from 255 or 33.70% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 205 - color contains mainly: blue. Hex color #649BCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649BCD is #9B6432. Grayscale: #909090. Windows color (decimal): -10183731 or 13474660. OLE color: 13474660.
HSL color Cylindrical-coordinate representation of color #649BCD: hue angle of 208.57º 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 #649BCD is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 155 | 205 | - |
| CMYK | 0.51 | 0.24 | 0 | 0.20 |
| HSL | 208.57º | 0.51% | 0.6% | - |
| HSV(B) | 208.57º | 0.51% | 0.8% | - |
| XYZ | 28 | 30.56 | 62.18 | - |
| YUV | 144.26 | 162.28 | 96.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 155 | 205 | 0.51 | 0.24 | 0 | 0.20 | 208.57 | 0.51 | 0.6 |
| Hex | 64 | 9B | CD | 33 | 18 | 0 | 14 | D1 | 33 | 3C |
| Octal | 144 | 233 | 315 | 63 | 30 | 0 | 24 | 321 | 63 | 74 |
| Binary | 1100100 | 10011011 | 11001101 | 110011 | 11000 | 0 | 10100 | 11010001 | 110011 | 111100 |
Color Harmonies of #649BCD
Complementary color
Monochromatic Colors of #649BCD
Black with #649BCD
Text Example
Text Example
White with #649BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649BCD; }
p { color: rgb(100,155,205); }
H1.HeaderClassName
{
color: #649BCD;
}
.AnyTagClassName
{
color: #649BCD;
}
</style>
background-color css
<style>
a { background-color: #649BCD; }
a { background-color: rgb(100,155,205); }
div.DivClassName
{
background-color: #649BCD;
}
.BgClassName
{
background-color: #649BCD;
}
</style>
border-color css
<style>
span { border-color: #649BCD; }
span { border-color: rgb(100,155,205); }
td.TdClassName
{
border-color: #649BCD;
}
.TagClassName
{
border-color: #649BCD;
}
</style>