Shades of Picton Blue #649BC9
Tints of Picton Blue #649BC9
RGB
CMYK
RGB Variations
Color information
#649BC9 (or 0x649BC9) is known color: Picton Blue. HEX triplet: 64, 9B and C9. RGB value is (100,155,201). Sum of RGB (Red+Green+Blue) = 100+155+201=456 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.93% from 456); Green value is 155 (60.94% from 255 or 33.99% from 456); Blue value is 201 (78.91% from 255 or 44.08% from 456); Max value from RGB is 201 - color contains mainly: blue. Hex color #649BC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649BC9 is #9B6436. Grayscale: #8F8F8F. Windows color (decimal): -10183735 or 13212516. OLE color: 13212516.
HSL color Cylindrical-coordinate representation of color #649BC9: hue angle of 207.33º 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 #649BC9 is Cyan = 0.50, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 100 | 155 | 201 | - |
| CMYK | 0.50 | 0.23 | 0 | 0.21 |
| HSL | 207.33º | 0.48% | 0.59% | - |
| HSV(B) | 207.33º | 0.5% | 0.79% | - |
| XYZ | 27.52 | 30.37 | 59.67 | - |
| YUV | 143.8 | 160.28 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 155 | 201 | 0.50 | 0.23 | 0 | 0.21 | 207.33 | 0.48 | 0.59 |
| Hex | 64 | 9B | C9 | 32 | 17 | 0 | 15 | CF | 30 | 3B |
| Octal | 144 | 233 | 311 | 62 | 27 | 0 | 25 | 317 | 60 | 73 |
| Binary | 1100100 | 10011011 | 11001001 | 110010 | 10111 | 0 | 10101 | 11001111 | 110000 | 111011 |
Color Harmonies of #649BC9
Complementary color
Monochromatic Colors of #649BC9
Black with #649BC9
Text Example
Text Example
White with #649BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649BC9; }
p { color: rgb(100,155,201); }
H1.HeaderClassName
{
color: #649BC9;
}
.AnyTagClassName
{
color: #649BC9;
}
</style>
background-color css
<style>
a { background-color: #649BC9; }
a { background-color: rgb(100,155,201); }
div.DivClassName
{
background-color: #649BC9;
}
.BgClassName
{
background-color: #649BC9;
}
</style>
border-color css
<style>
span { border-color: #649BC9; }
span { border-color: rgb(100,155,201); }
td.TdClassName
{
border-color: #649BC9;
}
.TagClassName
{
border-color: #649BC9;
}
</style>