Shades of Picton Blue #649DC5
Tints of Picton Blue #649DC5
RGB
CMYK
RGB Variations
Color information
#649DC5 (or 0x649DC5) is known color: Picton Blue. HEX triplet: 64, 9D and C5. RGB value is (100,157,197). Sum of RGB (Red+Green+Blue) = 100+157+197=454 (60% of max value = 765). Red value is 100 (39.45% from 255 or 22.03% from 454); Green value is 157 (61.72% from 255 or 34.58% from 454); Blue value is 197 (77.34% from 255 or 43.39% from 454); Max value from RGB is 197 - color contains mainly: blue. Hex color #649DC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649DC5 is #9B623A. Grayscale: #909090. Windows color (decimal): -10183227 or 12950884. OLE color: 12950884.
HSL color Cylindrical-coordinate representation of color #649DC5: hue angle of 204.74º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #649DC5 is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 100 | 157 | 197 | - |
| CMYK | 0.49 | 0.20 | 0 | 0.23 |
| HSL | 204.74º | 0.46% | 0.58% | - |
| HSV(B) | 204.74º | 0.49% | 0.77% | - |
| XYZ | 27.39 | 30.85 | 57.34 | - |
| YUV | 144.52 | 157.62 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 157 | 197 | 0.49 | 0.20 | 0 | 0.23 | 204.74 | 0.46 | 0.58 |
| Hex | 64 | 9D | C5 | 31 | 14 | 0 | 17 | CD | 2E | 3A |
| Octal | 144 | 235 | 305 | 61 | 24 | 0 | 27 | 315 | 56 | 72 |
| Binary | 1100100 | 10011101 | 11000101 | 110001 | 10100 | 0 | 10111 | 11001101 | 101110 | 111010 |
Color Harmonies of #649DC5
Complementary color
Monochromatic Colors of #649DC5
Black with #649DC5
Text Example
Text Example
White with #649DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649DC5; }
p { color: rgb(100,157,197); }
H1.HeaderClassName
{
color: #649DC5;
}
.AnyTagClassName
{
color: #649DC5;
}
</style>
background-color css
<style>
a { background-color: #649DC5; }
a { background-color: rgb(100,157,197); }
div.DivClassName
{
background-color: #649DC5;
}
.BgClassName
{
background-color: #649DC5;
}
</style>
border-color css
<style>
span { border-color: #649DC5; }
span { border-color: rgb(100,157,197); }
td.TdClassName
{
border-color: #649DC5;
}
.TagClassName
{
border-color: #649DC5;
}
</style>