Shades of Picton Blue #649DC9
Tints of Picton Blue #649DC9
RGB
CMYK
RGB Variations
Color information
#649DC9 (or 0x649DC9) is known color: Picton Blue. HEX triplet: 64, 9D and C9. RGB value is (100,157,201). Sum of RGB (Red+Green+Blue) = 100+157+201=458 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.83% from 458); Green value is 157 (61.72% from 255 or 34.28% from 458); Blue value is 201 (78.91% from 255 or 43.89% from 458); Max value from RGB is 201 - color contains mainly: blue. Hex color #649DC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649DC9 is #9B6236. Grayscale: #909090. Windows color (decimal): -10183223 or 13213028. OLE color: 13213028.
HSL color Cylindrical-coordinate representation of color #649DC9: hue angle of 206.14º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #649DC9 is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 100 | 157 | 201 | - |
| CMYK | 0.50 | 0.22 | 0 | 0.21 |
| HSL | 206.14º | 0.48% | 0.59% | - |
| HSV(B) | 206.14º | 0.5% | 0.79% | - |
| XYZ | 27.86 | 31.04 | 59.78 | - |
| YUV | 144.97 | 159.62 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 157 | 201 | 0.50 | 0.22 | 0 | 0.21 | 206.14 | 0.48 | 0.59 |
| Hex | 64 | 9D | C9 | 32 | 16 | 0 | 15 | CE | 30 | 3B |
| Octal | 144 | 235 | 311 | 62 | 26 | 0 | 25 | 316 | 60 | 73 |
| Binary | 1100100 | 10011101 | 11001001 | 110010 | 10110 | 0 | 10101 | 11001110 | 110000 | 111011 |
Color Harmonies of #649DC9
Complementary color
Monochromatic Colors of #649DC9
Black with #649DC9
Text Example
Text Example
White with #649DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649DC9; }
p { color: rgb(100,157,201); }
H1.HeaderClassName
{
color: #649DC9;
}
.AnyTagClassName
{
color: #649DC9;
}
</style>
background-color css
<style>
a { background-color: #649DC9; }
a { background-color: rgb(100,157,201); }
div.DivClassName
{
background-color: #649DC9;
}
.BgClassName
{
background-color: #649DC9;
}
</style>
border-color css
<style>
span { border-color: #649DC9; }
span { border-color: rgb(100,157,201); }
td.TdClassName
{
border-color: #649DC9;
}
.TagClassName
{
border-color: #649DC9;
}
</style>